Page 1 of 1

How can I disable access to my VestaControl Panel which on port 8083

Posted: Thu Aug 02, 2018 1:57 pm
by juaningsnow
is there anyway to disable access on the web panel via IP address? this is to prevent certificate errors, I have been creating redirect on my vesta nginx config but it gives back "too many redirects error".

server{
listen 8083;
server_name _;
return 301 https://mydomain.com;$server_port$request_uri;
}

anyone who can suggests anything good? I don't want the VestaCP Panel to be accessed on my IP address https://xxx.xxx.xxx.xxx:8083.

Thank you!

Re: How can I disable access to my VestaControl Panel which on port 8083

Posted: Wed Aug 08, 2018 12:21 pm
by Konfuzed
Why don't you just install a Let's Encrypt SSL-certificate on the adminpanel? It works great and gives no errors.