Vesta is back under active development as of 25 February 2024. We are commited to open source, and will engage with the community to identify the new roadmap for Vesta. Stay tuned!
- Vesta is an open source hosting control panel.
- Vesta has a clean and focused interface without the clutter.
- Vesta has the latest of very innovative technologies.
Connect to your server as root via SSH
ssh root@your.serverDownload the installation script, and run it:
curl https://vestacp.com/pub/vst-install.sh | bashConnect to your server as root via SSH
ssh root@your.serverClone this repository and run the installer for your OS from install/:
git clone https://github.com/outroll/vesta.git
cd vesta/install
sudo ./vst-install-ubuntu.sh # or vst-install-debian.sh / vst-install-rhel.sh / vst-install-amazon.shRun the script with --help to see the available options (admin email/password,
which services to install, etc).
Older versions of this README pointed to
curl https://vestacp.com/pub/vst-install.sh. That endpoint is hosted separately from this repository and won't reflect any changes made here -- always install from a checkout of this repo instead.
Vesta is licensed under GPL v3 license