mirror of
https://github.com/myvesta/vesta
synced 2025-07-16 10:03:23 -07:00
29 lines
659 B
Markdown
29 lines
659 B
Markdown
[Vesta Control Panel](http://vestacp.com/)
|
|
==================================================
|
|
|
|
* 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
|
|
----------------------------
|
|
Connect to your server as root via SSH
|
|
```bash
|
|
ssh root@your.server
|
|
```
|
|
|
|
Download the installation script
|
|
```bash
|
|
curl -O http://vestacp.com/pub/vst-install.sh
|
|
```
|
|
|
|
Run it
|
|
```bash
|
|
bash vst-install.sh
|
|
```
|
|
|
|
License
|
|
----------------------------
|
|
Vesta is licensed under [GPL v3 ](https://github.com/serghey-rodin/vesta/blob/master/LICENSE.txt) license
|
|
|