Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
VestaCP is not installable from Ubuntu 16.04
Re: VestaCP is not installable from Ubuntu 16.04
Try to install again
Re: VestaCP is not installable from Ubuntu 16.04
Yep seems to be good on Ubuntu 16.04 now!
-
- Posts: 6
- Joined: Mon Apr 09, 2018 8:58 am
- Os: Ubuntu 15x
- Web: apache + nginx
Re: VestaCP is not installable from Ubuntu 16.04
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
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.
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