-
-
Notifications
You must be signed in to change notification settings - Fork 622
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11eae3f
commit dbc40aa
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# CyberPanel | ||
|
||
Webhosting control panel that uses OpenLiteSpeed as web server. | ||
|
||
## Features | ||
|
||
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. | ||
|
||
* Different Level Of users. | ||
* Auto SSL. | ||
* FTP Server. | ||
* Light weight DNS Server (PowerDNS). | ||
* PHPMYAdmin. | ||
* Email Support (Rainloop). | ||
* FileManager. | ||
* PHP Managment. | ||
* Firewall. | ||
* One click Backup and Restore. | ||
|
||
# Supported PHPs | ||
|
||
* PHP 5.3 | ||
* PHP 5.4 | ||
* PHP 5.5 | ||
* PHP 5.6 | ||
* PHP 7.0 | ||
* PHP 7.1 | ||
|
||
|
||
# Installation Instructions | ||
|
||
|
||
``` | ||
wget http://cyberpanel.net/install.tar.gz | ||
tar zxf install.tar.gz | ||
cd install | ||
chmod +x install.py | ||
python install.py [IP Address] | ||
``` | ||
|
||
# Resources | ||
|
||
* [Official Site.](http://cyberpanel.net) | ||
* [Documentation.](http://docs.cyberpanel.net) | ||
* [Forums.](https://forums.cyberpanel.net) | ||
|
||
|