Can't login to my Vesta Cpanel--The server at X.X.X.X is taking too long to respond.
Can't login to my Vesta Cpanel--The server at X.X.X.X is taking too long to respond.
Hi,
I have been using DO + VestaCP for over 8months now without any problem but in the last 3 days, I am having a problem accessing my vesta CP . It said : The server at X.X.X.X is taking too long to respond.
I have no problem with DO (Digitalocean) and All my sites are running OK but I want to check my mails there.
I am using this : https://X.X.X.X:8083/login/
Any help will be appreciated.
Thanks
I have been using DO + VestaCP for over 8months now without any problem but in the last 3 days, I am having a problem accessing my vesta CP . It said : The server at X.X.X.X is taking too long to respond.
I have no problem with DO (Digitalocean) and All my sites are running OK but I want to check my mails there.
I am using this : https://X.X.X.X:8083/login/
Any help will be appreciated.
Thanks
Re: Can't login to my Vesta Cpanel--The server at X.X.X.X is taking too long to respond.
Hi,
Some hosting providers has been blocked vestacp default port 8083
How to change default vestacp port 8083
/usr/local/vesta/nginx/conf/nginx.conf
line 81
change to another port, 8089 for e.g.
Some hosting providers has been blocked vestacp default port 8083
How to change default vestacp port 8083
/usr/local/vesta/nginx/conf/nginx.conf
line 81
change to another port, 8089 for e.g.
Code: Select all
listen 8083;
Code: Select all
service vesta restart
Code: Select all
v-add-firewall-rule ACCEPT 0.0.0.0/0 8089
v-update-firewall