Distribution: UBUNTU 14.04
Control Panel: VESTACP (Apache + Ngnix)
http://MYIP:8083 Not Working (Connection Refused)
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
look at my questions https://www.digitalocean.com/community/questions/i-ve-installed-vestacp-this-afternoon-i-can-open-panel-on-port-8083-from-web-browser-just-fine-but-tonight-cant-open-the-panel?answer=42945 hope help, I’m waiting for the tickets now >-<
Due to a vulnerability in VestaCP we’ve blocked port 8083 in hopes that this might protect you from having your server compromised and shut down completely. Droplets that were compromised were sending out DOS attacks and that required them to be taken down to keep the network online.
Using an alternate port will get you around that block, but please make sure your VestaCP is up to date. To make sure it’s up to date:
Ubuntu/Debian: apt-get update && apt-get upgrade -y
CentOS: yum update -y
This one-liner will change the port from 8083 to 5600, when run via SSH or console:
sed -i 's/8083;/5600;/' /usr/local/vesta/nginx/conf/nginx.conf && v-add-firewall-rule ACCEPT 0.0.0.0/0 5600 TCP && service vesta restart
Thanks anthonyrossbach for drafting up that one-liner :)
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.