To install the signageOS agent, follow the guide below.
Prerequisites (applies for both 20.04 and 22.04)
- Ubuntu 20.04 or 22.04 installed with automatically login option
- Run the command as a system administrator (root or any sudo-er)
- Organization UID under which you would like to provision the device
- Set Screen Blank to Never in Settings > Power > Power Saving Options
You can download official Ubuntu .iso file for 22.04 from this download link
Installation steps for 20.04 and 22.04
Ubuntu supports both - CloudControl and full-featured Core App.
Open a terminal and input the following commands in order:
wget https://linux-package-repository.signageos.io/linux/install.sh
chmod +x provision.sh
sudo ./provision.sh <organization UID>Alternatively, if you want to use Cloud Control you can disable frontend by adding --disable-frontend to the command as follows:
sudo ./provision.sh <organizationID> --disable-frontendIf all steps were followed and successful, your device should be provisioned within your Organization in Box.
Installation steps for 24.04
- Ubuntu 24.04 installed with automatically login option
- Run the command as a system administrator (root or any sudo-er)
- Organization UID under which you would like to provision the device
- Set Screen Blank to Never in Settings > Power > Power Saving Options
Ubuntu 24.04 currently supports only CloudControl version for device management.
Open a terminal and input the following commands in order:
wget https://linux-package-repository.signageos.io/linux/install.sh
chmod +x provision.sh
sudo ./provision.sh <organization UID> --disable-frontendIf all steps were followed and successful, your device should be provisioned within your Organization in Box.