How to register the server offline

If the server does not have Internet access, you can activate it offline.

Steps:

  1. Open the page: https://www.rohos.com/sa/index.php
  2. 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

  1. Copy the .env file from the server to your computer, or open it via SSH
  2. Add the following lines:
    APP_TOKEN = your_license_key
    APP_SIGNED = your_activation_key
  3. 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.restart in the installation folder

After restarting, both keys will appear in the activation fields of the admin panel.

The server is now registered.