Skip to content

Commit

Permalink
DEV-2243 add power controls to admin pages (#20)
Browse files Browse the repository at this point in the history
* Add power control buttons and current power status to admin area
* Add current power status to client area
  • Loading branch information
EwaldBorger authored Nov 8, 2024
1 parent d90c081 commit 26e124b
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 105 deletions.
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

0 comments on commit 26e124b

Please sign in to comment.