Skip to content

Power Management Menu

Information

The Power control menu in Info tab is intended for server power management and receiving information from the server's hardware sensors.

The following operations can be performed in the menu:

  • Power on - power on the server;
  • Power off - power off the server;
  • Reboot - reboot the server;
  • Sensors - read the server's sensors;
  • Power status - load the current status of the server;
  • Please check my server and bring it online, something wrong - create a Remote Hands Request (RHR) for our support team to check the server.

Example power status cURL:
curl -s "https://invapi.hostkey.com/eq.php" -X POST \
--data "action=status" \
--data "token=YOUR_API_TOKEN" \
--data "id=SERVER_ID"

The sensors allow you to get detailed information from the server's hardware sensors (if available):

Example sensors data cURL:
curl -s "https://invapi.hostkey.com/eq.php" -X POST \
--data "action=sensors" \
--data "token=YOUR_API_TOKEN" \
--data "id=SERVER_ID"

When requesting the current status of the server (Power Status), the response will be displayed on the screen:

If the server doesn't have a remote control unit, there will be a different combination of buttons:

  • Request Power On - create a request for the technical support to power on the server;
  • Request Power Off - create a request for the technical support to power off the server;
  • Request reboot - create a request for the technical support to reboot the server;
  • Please check my server and bring it online, something wrong - create a Remote Hands Request (RHR) for our support team to check the server.
Example power on cURL:
curl -s "https://invapi.hostkey.com/eq.php" -X POST \
--data "action=on" \
--data "token=YOUR_API_TOKEN" \
--data "id=SERVER_ID" \
--data "pin=YOUR_PIN_CODE"

After creating a request for any listed actions, the system will make a service request and report its number. When the status of the request changes, a corresponding notification is sent to the e-mail.