![]() |
|
Change Panel Sub-domain - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: Community Guides & How-To's v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=33) +---- Thread: Change Panel Sub-domain (/showthread.php?tid=493) |
Change Panel Sub-domain - TGates - 10-22-2014 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 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 RE: [HOW-TO] Change ZPanel Sub-domain - Me.B - 10-22-2014 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 (both will work)@[TGates] RE: [HOW-TO] Change ZPanel Sub-domain - TGates - 10-22-2014 Then, Update the above post with the added /updated info!
RE: [HOW-TO] Change ZPanel Sub-domain - Me.B - 10-22-2014 Done... SO I can now post those: https://www.youtube.com/watch?v=9jK-NcRmVcw RE: [HOW-TO] Change ZPanel Sub-domain - kazeuraki - 03-31-2017 By this way http://docs.sentora.org/?node=89 : setso --set sentora_domain new_sentora_fulldomain It did change sentora domain But old sentora domain still can access ![]() Now I can access Sentora Panel by both old and new domain RE: Change Panel Sub-domain - TGates - 04-01-2017 Of course. You need to remove the DNS for the old one or redirect it somewhere else. RE: Change Panel Sub-domain - abi.atthas151 - 06-06-2017 (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 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. RE: Change Panel Sub-domain - TGates - 06-12-2017 (06-06-2017, 10:31 PM)abi.atthas151 Wrote: I have try to edit on sentora_core.x_settings, Try it this way: http://docs.sentora.org/?node=89 |