⚠️ ShadowUSB is only available in the BETA environment at the moment.
As a reminder, the BETA application is an experimental version.
Additionally, the Alpha and Beta apps are not officially supported.
If you have any questions regarding the Beta app, please contact us on our Discord only.
You can download the BETA application on your customer space.
Installation
ShadowUSB is a service that allows you to forward any usb device directly into your Shadow. To use it, please add the following repository.
The repository and key can be installed manually with the following script:
sudo apt-get install wget gpg
wget -qO- http://repository.shadow.tech/shadow_signing.key | gpg --dearmor > packages.shadowapp.gpg
sudo install -o root -g root -m 644 packages.shadowapp.gpg /etc/apt/trusted.gpg.d/
sudo sh -c 'echo "deb [arch=amd64] http://repository.shadow.tech/preprod bullseye main" > /etc/apt/sources.list.d/shadow-preprod.list'
rm -f packages.shadowapp.gpg
Then update the package cache and install the package using:
sudo apt update
sudo apt install shadowusb
Known errors
If you're facing an issue with the installation/uninstallation of the Shadow USB driver/service, try to relaunch ShadowUSB directly from the task manager.
You may have to reboot between each installation or uninstallation.