Report this

What is the reason for this report?

How Do I Change the Port Used by VestaCP?

Posted on April 9, 2018
Jonathan Tittle

By Jonathan Tittle

Manager of Support

To get started, please visit: https://[droplet-ip]:8083/list/firewall/ (where [droplet-ip] is the IPv4 IP of your Droplet).

From the firewall configuration page, please click on the + icon to create a new firewall rule and use the following details to populate form. We’re using port 2083 in this example, though you can use any port that isn’t already in use.

Action: Accept
Protocol: TCP
Port: 2083
IP Address: 0.0.0.0/0

Click Save to add the rule to the firewall.

Once the firewall rule has been added, we’ll need to edit the NGINX configuration for VestaCP. Please login via SSH and navigate to /usr/local/vesta/nginx/conf/ using:

cd /usr/local/vesta/nginx/conf/

We’ll need to edit the nginx.conf file and change the port that NGINX listens on from 8083 to 2083 (or the port you chose to use).

nano nginx.conf

Change

listen          8083;

To

listen          2083;

Once the port has been changed, press CTRL+X, followed by y, and then hit enter to save your changes.

Now that we have an active firewall rule allowing us to accept connections on the new port and we’ve made the changes required to allow NGINX to listen on the new port, we’ll restart VestaCP to allow the changes to take effect:

service vesta restart

The final step is removing the firewall entry for the previous port we were using. To do this, we’ll visit https://[droplet-ip]:2083/list/firewall/ (notice, we’re using the new port in the URL now).

Hover over the firewall entry that shows 8083 and click on Delete, then OK. You’re done!



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!

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.

Thanks!!!

Hi, thanks for the information (and really sorry for my ignorance)

But, “IP Address: 0.0.0.0/0” is the real value I should use, or should I change 0.0.0.0 for my real droplet IP?

Thank you!

v-add-firewall-rule

command not found :(

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.