An application written in C++, that will help you control your PufferPanel servers using your CLI.
- cURL
- A hosted PufferPanel instance
Check the Windows Instructions & Linux Instructions
Right now, this works:
- Basic auth
- The app will get, and send the request to the server, it parses it, and stores the raw ID in a variable
- Listing the server information (id, name, port, status)
- Changing the status of the server
- Listing all the servers
Also, check the Feature tour - Interactive mode & Feature tour - Non-Interactive mode