Page 1 of 1

Can't login to my Vesta Cpanel--The server at X.X.X.X is taking too long to respond.

Posted: Tue Apr 10, 2018 9:59 am
by simogold
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

Re: Can't login to my Vesta Cpanel--The server at X.X.X.X is taking too long to respond.

Posted: Wed Apr 11, 2018 7:49 am
by imperio
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.

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