Change the default VestaCP Port from 8083 – With Video

Last updated on January 1st, 2020 at 11:16 am.

How to change VestaCP Port - Vesta Control panel Port

Change the default Vesta Port from 8083

This short post will show you to change the default Vesta port from port 8083 to port 2053. You could change your port number to any other number provided it is not being used by any other applications.

Watch the video above for a step by step guide on how to change  the Vesta port number.

In brief the steps to change your port are:

  1. Add the new port on VestaCP
  2. Edit Nginx to Listen to the new port
  3. Restart vesta
  4. Delete the old port, 8083 .

#1 Log into your Vesta Control Panel

#2 Click on Firewall on Your Vesta menu

Click on Firewall on Vesta menu

#3 Click on the Green Plus button to add the New Port

Plus button to add the New Port

#4 I will be changing my port to 2053.  For the New port Add the details as follows:

Action:  ACCEPT

Protocol: TCP

Port: 2053

IP Address: 0.0.0.0/0

Then click Add, to add the new port to your Firewall.

Plus button to add the New Port

Once you click Add and the Port is added successfully:

Port is added successfully

#5 Next, edit NGINX to listen to the new port, in my case it is  2053 .

Use the command below to edit NGINX config file via the Nano editor. Note that this Vesta is running on Centos 7.5  .

sudo nano /usr/local/vesta/nginx/conf/nginx.conf

Scroll down till you see the part that says,

listen 8083;

Then change it to

listen 2053;

Then exit out of nano Editor, by pressing CTRL X , then Y , then press Enter.

edit Vesta NGINX config file via the Nano

Then restart Vesta using the Command below.

sudo service vesta restart

Now log into your VestaCP using the new port as follows.

Your-IP-Address:2053

Finally you may delete the old port, 8083 .

To delete the port 8083 from your Firewall, just click on Firewall on your Top Menu within Vesta.

Then hover over port 8083 and delete it.

Delte Vesta CP port centos 7

That’s how to replace port 8083 on VestaCP. If you want to use VestaCP via Cloudflare then, this may be necessary process for you since Cloudflare does not filter traffic from port 8083. Here is the list of supported ports on Cloudflare. You may change your Vesta Default port to any other available port.

Not sure if VPS is the way to go? Check out the Web Hosts I recommend.

Download Vultr Tutorial Setup  PDF

1. Download Vultr Tutorial Setup  PDF

2. How to create a Swap File in Centos 7

3. Change Default Vesta Port

Vultr VPS Tutorial - Setup CentOS 7, Run Multiple Websites

Comment Here

Need WordPress help? Linux Server help? Talk to us.

  • We are your own WordPress customer service.
  • We set up Linux servers and install or migrate WordPress. Learn more here.
  • We support WooCommerce too.
  • Check out our WordPress customer support plans here or contact us below .

If you have any questions regarding WordPress support, Linux server support or any of our services, feel free to reach out or read more on our services page.

Join this free course:

How to host multiple WordPress
websites on a VPS

Close me!