Skip to main content

Change Panel Domain

Webserver & Panel

First you need to modify the server name in your web server config.

sudo nano /etc/nginx/sites-available/pelican.conf
# Search for "server_name"
Using HTTPS?

If you're using HTTPS, remember to also change the SSL paths in the config file to match your new domain and generate a new certificate.

Next, modify the APP_URL in the .env file located at /var/www/pelican by typing sudo nano /var/www/pelican/.env.

Finally, restart your webserver to apply the changes.

sudo systemctl restart nginx

Nodes

The wings config file for each node must be updated to match the new Panel URL. (remote field)

You can do it manually in the config.yml file located at /etc/pelican or overwrite it completely by copying it from the Panel.

Make sure to restart wings (sudo systemctl restart wings) after updating the wings config file.