How to Change Pickcel On-Premise Server from IP Address to Domain Name?
If you're migrating your Pickcel on-premise deployment to use a domain name instead of an IP address, follow the steps below:
Edit the .env
File
-
Log in to your server terminal.
-
Open the .env
file using nano(or Vi): In this example: nano .env
-
Find and update the following fields with your domain name:
> SERVER_NAME=your.domain.com
> PICKCEL_SERVER_HOST=http://your.domain_name.com
-
After making the changes, save the file: Press Ctrl + X.
Then press Shift + S
to save and exit
Update the NGINX Configuration
-
Open the NGINX config file: nano nginx/nginx.conf
-
Scroll to the bottom and replace the existing server name or IP with your new domain name.
-
Save and exit: Press Ctrl + X, t
hen Shift + S
Restart the Server
Apply the changes by restarting the Docker containers:
> sudo docker compose down
> sudo docker compose up -d --build
Your Pickcel server should now be accessible via your domain name.
Should you encounter difficulties, please contact support at contact@pickcel.com for assistance.
Related Articles
How to Change the IP Address in Pickcel On-Premise Setup?
To update the IP address for your on-premise Pickcel deployment, you need to modify two files and then restart the server. Follow the steps below: Edit the .env File Log in to your server terminal. Open the .env file using the nano editor(or vi ...
On premise Pickcel server setup in Offline.
The following are the steps to configure & setup your signage server with Docker setup. Make sure that Node.js & Docker are installed.To verify if they are installed or not, run the following commands. node --version docker --version ...
Pickcel Digital Signage On Premise server
Definition of on-premise server/setup basic requirements for setting it up advantages limitations
How to Configure Raspberry Pi for On-Premise ?
This guide provides step-by-step instructions for configuring your Raspberry Pi device for use with the Pickcel Digital Signage platform in an on-premise environment. Before proceeding with the configuration steps, you must first install the Pickcel ...
How to Change from HTTP to HTTPS in Pickcel On-Premise?
End users are not permitted to perform the HTTP to HTTPS migration on their own. To switch your Pickcel deployment to HTTPS, please contact the Pickcel support team: contact@pickcel.com. Requirements for Enabling HTTPS To initiate the change, ensure ...