Question

Hey, I've used DigitalOcean with Vesta frm Last 2 Yrs, I was accessing the Vesta using 8083 from browser but frm last Night It's not working

Distribution: UBUNTU 14.04

Control Panel: VESTACP (Apache + Ngnix)

http://MYIP:8083 Not Working (Connection Refused)


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

jarland
DigitalOcean Employee
DigitalOcean Employee badge
April 11, 2018

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 :)

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.

Why don’t you read your email / tickets?