×
In

SolusVM is a virtual server management software that allows users and administrators to manage virtualized machine, including OpenVZ, Xen, and KVM based VPS, through a simple interface. SolusVM is widely used by hosting service providers to simplify the management and deployment of Virtual Private Servers, such as RackNerd and ethernetservers. Here’s an official introdution to SolusVM 1 API.

By calling the SolusVM 1 API, we can quickly obtain basic information about the VPS, such as bandwidth usage data, memory usage, and storage usage.

solusVM Control Panel

You can generate API Key and API Hash in API section


There’re 4 optional information can be provided: ipaddr=true、hdd=true、mem=true、bw=true

curl -s https://nerdvm.racknerd.com/api/client/command.php?key=<Your API Key>&hash=<Your API Hash>&action=info&ipaddr=true&hdd=true&mem=true&bw=true

Ethernetserver’s url: https://instancecontrol.com/api/client/command.php?

curl -s https://instancecontrol.com/api/client/command.php?key=<Your API Key>&hash=<Your API Hash>&action=info&ipaddr=true&hdd=true&mem=true&bw=true

Output like this:

<ipaddr>77.xx.xx.xx</ipaddr><hdd>85899,4345498,4244,51</hdd><bw>3298534,28468,327006,1</bw><mem>214748,65085,1496633,30</mem><status>success</status><statusmsg></statusmsg><hostname>example.tld</hostname><ipaddress>77.xx.xx.xx</ipaddress><vmstat></vmstat>

Reboot command:

curl -s https://nerdvm.racknerd.com/api/client/command.php?key=<Your API Key>&hash=<Your API Hash>&action=reboot

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Posts

In

My Journey to Being Delisted from the Spamhaus DBL

Spamhaus DBL is a realtime block list focusing on domain name, your deliverability will be dramatically impact once your domain listed by...

Read out all
In

My Journey to Being Delisted from the Outlook

After successfully setting up your own mail server and trying to send emails to Microsoft mail system, including hotmail.com, outlook.com and mailbox...

Read out all
In

History of Unblocking Github Copilot

It's easy to open a ticket to unblock your github copilot function; manipulate the prompt to make copilot API similar to openai's...

Read out all

Apply Certificate by acme.sh

acme.sh official wiki You definately need a domain before apply, you can get one at any registars, like name, namecheap, spaceship, gandi...

Read out all

Compile to Install Nginx

Compiling nginx with BoringSSL doesn’t support OCSP Stapling right now. I choose to use QuicTLS to enable http3. Install dependencies Compile QuicTLS...

Read out all

Manuscript for my server

Based on debian 12. Better reading about some common UNIX commands here Enhance safety by changing SSH port, enabling pubkey login, and...

Read out all