Skip to content

Custom port for Astra Web Interface

Default port for Astra Web Interface is 8000. You may set any port you want. Open SettingsGeneralHTTP Server in Astra Web Interface and set option Custom Port in the Admin Interface group. Click Apply button to save changes.

You can change Astra Web Interface port via server console command:

astra init 4000 astra

astra at the end of command is a default service name.

Finally restart service to apply changes:

systemctl restart astra

Now web interface will be available on new port: http://your-server:4000