Changing Domain
To change the domain of your MineStoreCMS instance, you need to follow the steps below:- Point a new domain to your VPS IP address.
- Change the domain in the Nginx or Apache configuration file (
/etc/nginx/sites-enabled/minestore.confor/etc/apache2/sites-enabled/minestore.conf). - Restart the Nginx or Apache service.
- Update the webstore URL in the
.envfile (/var/www/minestore/.env). - Get the new license key from the official website and update it in the
.envfile (/var/www/minestore/.env). - Update the webstore URL in the
/var/www/minestore/frontend/.envfile. - Execute the following command to restart the frontend service:
- Done! Your MineStoreCMS instance is now running on the new domain.

