Page 1 of 1
Having VestaCP on a subdomain?
Posted: Sat Dec 19, 2015 10:39 pm
by DireDoesGames
I want to be able to run VestaCP on a subdomain like panel.domain.com
Re: Having VestaCP on a subdomain?
Posted: Sun Dec 20, 2015 5:46 pm
by DireDoesGames
Bump!
Re: Having VestaCP on a subdomain?
Posted: Mon Dec 21, 2015 6:54 am
by skurudo
Well, you can...
- make a domain panel.yourdomain.com
- make redirect from panel.yourdomain.com to panel.yourdomain.com:8083
Re: Having VestaCP on a subdomain?
Posted: Sun Dec 27, 2015 9:12 pm
by cdg
You could always make an iframe to the panel to hide the port, the downside of course is that you do not get the actual page titles and directory listings like /list/user.
I wonder if you could park a domain on top of the main domain with a port? Ex. (panel.host.com -> host.com:8083).
Or could you use a 3rd party company like noip.com to have a different subdomain like panel.webhost.me be parked on host.com:8083 ?
Re: Having VestaCP on a subdomain?
Posted: Wed Jan 27, 2016 4:02 pm
by MCK2
Then you can not place the panel on port 80?
Re: Having VestaCP on a subdomain?
Posted: Wed Jan 27, 2016 5:56 pm
by tjebbeke
MCK2 wrote:Then you can not place the panel on port 80?
You can't run 2 services on 1 port. So I don't think that this is possible.
Re: Having VestaCP on a subdomain?
Posted: Thu Jan 28, 2016 12:23 pm
by skurudo
cdg wrote:I wonder if you could park a domain on top of the main domain with a port? Ex. (panel.host.com -> host.com:8083). Or could you use a 3rd party company like noip.com to have a different subdomain like panel.webhost.me be parked on host.com:8083 ?
Well, it's possible, but... it seems to me like unnecessary complexity
MCK2 wrote:Then you can not place the panel on port 80?
Well, you can place panel to 80 port, but nginx or apache for sites will not work.
Re: Having VestaCP on a subdomain?
Posted: Sat Jan 30, 2016 10:32 pm
by cdg
I feel that it is necessary enough to have a simpler user interface for clients.
I had a conversation over a stackoverflow question I posted about doing this, but there was either a .htaccess error or DNS problem. It seems easily possible, but it may have just been a problem with my servers.
Here's the link:
http://stackoverflow.com/questions/3500 ... h-htaccess
Re: Having VestaCP on a subdomain?
Posted: Mon Feb 01, 2016 2:46 pm
by skurudo
cdg wrote:I feel that it is necessary enough to have a simpler user interface for clients.
Well, we don't use 2 IP then? One for sites and second for panel?
cdg wrote:I had a conversation over a stackoverflow question I posted about doing this, but there was either a .htaccess error or DNS problem. It seems easily possible, but it may have just been a problem with my servers.
They have a point, if you're use one IP, then it's always some redirect (like on
https://demo.vestacp.com).