Sentora Support Forums

Full Version: Change Panel Sub-domain
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is a very common problem. Either it was set wrong during installation, or maybe you changed which domain you want to be accessing Sentora on. No big deal [Image: wink.gif] It is a rather simple fix:

Log into phpMyAdmin as root user.
Open table: sentora_core.x_settings
Edit row 90 (Or search for the domain you entered when installing Sentora)
In row 90 put your new or updated SentoraFQDN: sentora.domain.com, cp.domain.com, panel.domain.com, etc.
Do a manual daemon run from the command line:
Posix: php -q /etc/sentora/panel/bin/daemon.php (I think)
Windows: php c:\zpanel\panel\bin\daemon.php
Posix: php -q /etc/zpanel/panel/bin/daemon.php 

& in sentora with new installer it will be:

php -q /etc/sentora/panel/bin/daemon.php

Angel (both will work)

@[TGates]
Then, Update the above post with the added /updated info! Wink
Done...

SO I can now post those:

https://www.youtube.com/watch?v=9jK-NcRmVcw
By this way http://docs.sentora.org/?node=89setso --set sentora_domain new_sentora_fulldomain
It did change sentora domain
But old sentora domain still can access Sad
Now I can access Sentora Panel by both old and new domain
Of course. You need to remove the DNS for the old one or redirect it somewhere else.
(10-22-2014, 05:49 AM)TGates Wrote: [ -> ]This is a very common problem. Either it was set wrong during installation, or maybe you changed which domain you want to be accessing Sentora on. No big deal [Image: wink.gif] It is a rather simple fix:

Log into phpMyAdmin as root user.
Open table: sentora_core.x_settings
Edit row 90 (Or search for the domain you entered when installing Sentora)
In row 90 put your new or updated SentoraFQDN: sentora.domain.com, cp.domain.com, panel.domain.com, etc.
Do a manual daemon run from the command line:
Posix: php -q /etc/sentora/panel/bin/daemon.php (I think)
Windows: php c:\zpanel\panel\bin\daemon.php

I have try to edit on sentora_core.x_settings,
but when i do command php -q /etc/sentora/panel/bin/daemon.php
it still showing me the old name server.
(06-06-2017, 10:31 PM)abi.atthas151 Wrote: [ -> ]I have try to edit on sentora_core.x_settings,
but when i do command php -q /etc/sentora/panel/bin/daemon.php
it still showing me the old name server.

Try it this way: http://docs.sentora.org/?node=89