How to register the server offline
If the server does not have Internet access, you can activate it offline.
Steps:
- Open the page: https://www.rohos.com/sa/index.php
- Enter your license key in the lower field and click Activate
After processing, the site will display the result:
Copy everything after “EncodedSigned:” into a text document. This is your activation key.
Editing the server configuration
- Copy the
.envfile from the server to your computer, or open it via SSH - Add the following lines:
APP_TOKEN = your_license_key
APP_SIGNED = your_activation_key - Save the file and move it back to the server (if edited locally)


Restarting the server
- If standard installation: restart the server (
sudo reboot) - If Docker-based: run
./start.sh.restartin the installation folder
After restarting, both keys will appear in the activation fields of the admin panel.
The server is now registered.