Page 2 of 2

Re: VestaCP is not installable from Ubuntu 16.04

Posted: Mon Apr 09, 2018 11:12 pm
by imperio
Try to install again

Re: VestaCP is not installable from Ubuntu 16.04

Posted: Tue Apr 10, 2018 8:09 am
by n0x
imperio wrote: Mon Apr 09, 2018 11:12 pm Try to install again
Yep seems to be good on Ubuntu 16.04 now!

Re: VestaCP is not installable from Ubuntu 16.04

Posted: Tue Apr 10, 2018 5:17 pm
by cbsoftware
gulendam wrote: Mon Apr 09, 2018 7:08 pm
cbsoftware wrote: Mon Apr 09, 2018 5:57 pm I installed VestaCP on CentOS 7.4 x64 successfully.
login to 8083 port on digitalocean.com
It seems the port 8083 is still blocked for all VPSes. What would be the best way to change the port to something else?

Thanks

Re: VestaCP is not installable from Ubuntu 16.04

Posted: Tue Apr 10, 2018 5:47 pm
by imperio
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