- 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.server
Download the installation script, and run it:
curl https://cp.madeit.be/vst-install.sh | bash
If the above example does not work, try this 3 step method: Connect to your server as root via SSH
ssh root@your.server
Download the installation script:
curl -O https://cp.madeit.be/vst-install.sh
Then run it:
bash vst-install.sh
Vesta is licensed under GPL v3 license
before using this repo on centOS 8 please read #75
- IPv6 Support
- Plugin support
- Letsencrypt on maildomains
- Letsencrypt on vesta CP
- DNSSEC
- Exim Mail Rate limit
Since version 0.0.19 we added a script to upgrade your MySQL Server to MariaDB Version 11.5
bash /usr/local/vesta/upd/upgrade_mysql.sh
Since version 0.0.21 we added a script to upgrade your PHP version to PHP 8.3
bash /usr/local/vesta/upd/upgrade_php.sh
We created a script that automaticly replace the original Vesta CP to the latest version of this fork. This is currently in BETA!
Connect to your server as root via SSH
ssh root@your.server
Download the installation script:
curl -O https://raw.githubusercontent.com/madeITBelgium/vesta/master/install/vst-install-rhel-migrate.sh
Then run it:
bash vst-install-rhel-migrate.sh