From GUI
If you wish to change the Dashboard Root Address, you can do so directly within the Dashboard by following the steps below.
- Log into your Dashboard
- Click on Settings
- Then choose General Settings
- Under “Configuration Settings > Dashboard URL Settings > Site Root” enter in the new root site address you want it to be. This can either be an IP Address or a Domain.
- note: It is important that there be a trailing forward slash (
/
) at the end. If this is not placed you could have redirect issues on your dashboard. - note: if using a domain name, please ensure that you have set the proper A Records in your DNS
- note: It is important that there be a trailing forward slash (
- Scroll down and click on “Submit Changes”
- Finally, login to your dashboard under the new Site Root Address
From CLI
If you wish to change the Dashboard Root Address via CLI commands, you can do so directly from ssh by following the steps below.
- Login into your server via ssh port
4747
- Elevate to root and properly source your bash environment with
sudo su -
- note: the hyphen on the end is important
- v3:
Next, typeqb manage -o webroot YOURDOMAIN.COM
, replacingYOURDOMAIN.COM
with your actual domain name or server IP address.
v2:
Next, typeqb fix siteroot YOURDOMAIN.COM
, replacingYOURDOMAIN.COM
with your actual domain name or server IP address. - note: if using a domain name, please ensure that you have set the proper A Records in your DNS
- Finally, login to your dashboard under the new Site Root Address