madmpro / vesta

VESTA Control Panel

Home Page:http://vestacp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vesta Control Panel Fork (CentOS 7)

Build Status GitHub version codecov

  • 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.

How to install (2 step)

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

How to install (3 step)

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

License

Vesta is licensed under GPL v3 license

Extra features

  • IPv6 Support
  • Plugin support
  • Letsencrypt on maildomains
  • Letsencrypt on vesta CP

Upgrade Mysql to 10.4

Since version 0.0.19 we added a script to upgrade your MySQL Server to MariaDB Version 10.4

bash /usr/local/vesta/upd/upgrade_mysql.sh

Upgrade PHP to 7.4

Since version 0.0.21 we added a script to upgrade your PHP version to PHP 7.4

bash /usr/local/vesta/upd/upgrade_php.sh

Migrate from Vesta CP to Vesta CP by Made I.T. (this fork)

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

About

VESTA Control Panel

http://vestacp.com

License:GNU General Public License v3.0


Languages

Language:PHP 40.0%Language:Shell 27.3%Language:HTML 14.9%Language:Smarty 11.2%Language:JavaScript 5.4%Language:CSS 1.0%Language:C++ 0.1%Language:Dockerfile 0.1%Language:CoffeeScript 0.0%Language:Hack 0.0%