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


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

Why don’t you read your email / tickets?

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.