Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV-2243 add power controls to admin pages #20

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,22 @@ This provisioning module allows you as a reseller to offer your customers full s
With just one click they are able to login to the IPMI of the server (e.g. HPE iLO). This feature is also available as an administrator.

Features:
- Autologin IPMI for the clientarea;
- Autologin IPMI for the admin side;
- Whitelabel console URL generation;
- Server power management;
- Bandwidth usage graph;
- Traffic usage for current period.
- Autologin IPMI for the client area
- Autologin IPMI for the admin side
- Whitelabel console URL generation
- Server power management for the client area
- Server power management for the admin area
- Bandwidth usage graph
- Traffic usage for current period

### Screenshot
[![](screenshot.png)]()

#### Client Area
[![](screenshot-client-area.png)]()

#### Admin Area
[![](screenshot-admin-area.png)]()


### Requirements
- WHMCS 7.x or 8.x;
Expand All @@ -32,4 +39,4 @@ Features:
Note: Ensure that you added the IP address of your WHMCS instance to the API ACL in our portal.

### License
MIT License
MIT License
Loading