By rileyjackson
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)
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!
Hello, @rileyjackson
I assume that you’re referring to this article:
https://www.digitalocean.com/community/tutorials/how-to-install-vestacp-and-migrate-user-data
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:
- ssh root@your.server
- curl -O http://vestacp.com/pub/vst-install.sh
- bash vst-install.sh
You can also check Vesta’s website for any other info:
Hope that this helps! Regards, Alex
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:
sudo ufw allow 'PortHere'
Of course change ‘PortHere’ with the actual port
Regards, KFSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
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
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.