Hello, I was looking through the tutorials section and as I have used vesta for personal endeavors and was hoping to use it here, I was wondering if the special installation process (the one that sets it’s port to 5600) is still a requirement. (for Ubuntu 18.04)
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.
Hi @rileyjackson,
I can confirm the PORT is not actually blocked by default. Having said that, most probably the port is actually blocked by the firewall. You’ll need to allow traffic for any PORT you want to use. This would mean that you can use either one of 5600 or 8083 and even any other that’s free, you’ll just need to allow them in the firewall.
Once you choose a PORT you would want to use for your Vesta application, you can type in the following while SSHed to your droplet:
Of course change ‘PortHere’ with the actual port
Regards, KFSys
Hello, @rileyjackson
I assume that you’re referring to this article:
The port is not blocked by default on your droplet. If you’ve configured UFW or any other Firewall you can also make sure to whitelist any ports you need. However, let me know if you’re facing issues while installing VestaCP using the steps listed in the tutorial.
The installation process of VestaCP is pretty simple. Just run the following commands:
Connect to your server as root via SSH
Download installation script
Run it
You can also check Vesta’s website for any other info:
Hope that this helps! Regards, Alex