Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnthegr8/solusvman
A simple panel that uses the SolusVM client API to let you manage your virtual servers from anywhere.
https://github.com/johnthegr8/solusvman
Last synced: 10 days ago
JSON representation
A simple panel that uses the SolusVM client API to let you manage your virtual servers from anywhere.
- Host: GitHub
- URL: https://github.com/johnthegr8/solusvman
- Owner: JohnTheGr8
- Created: 2013-03-27T16:36:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-27T17:42:19.000Z (over 11 years ago)
- Last Synced: 2023-03-26T02:23:51.878Z (over 1 year ago)
- Language: PHP
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SolusVMan
=============About
--------------A simple panel that uses the [SolusVM client API][SolusVM] to let you manage your virtual servers from anywhere.
Features
--------------- View server status and resource usage
- Perform basic actions: reboot, boot or shutdown the server
- 2-Step Authentication
- Server status fields refresh automaticallyInstallation
--------------### Step 1 : Upload files
Simply upload all files to a folder with browser access, preferably not on the server you want to monitor.
### Step 2: API & GAuth Setup
Open config.php with your text editor. Manually add the secret key used for 2-step login.
Also add the SolusVM API information needed (url, key, hash).
To generate these, go to SolusVM Panel -> API Tab -> Generate### Step 3: Account Setup
Use your browser to view your panel. You will be prompted to create an account.
### Step 4 : That's all
After you have created the account, login and you're ready to use the panel.
Credits
--------------SolusVMan uses [Christian Stocker's GoogleAuthenticator.php][gauth] to support 2-step authentication
[SolusVM]: http://docs.solusvm.com/client_api
[gauth]: https://github.com/chregu/GoogleAuthenticator.php