Releases: RyderAsKing/ServerManager
Release list
v2.6
v2.5
Moved import servers into its own component, passing in required props.
Optimized deleting and importing servers.
v2.4
Backend:
Added new endpoints for subusers /api/user/subuser (returns a list), /api/user/subuser/{id} (returns information) and /api/user/subuser/{id]/destroy (deletes the subuser)
Creating a sub user can be done by /api/user/register sending 2 extra params along with the default one ex. ['subuser': true, servers: ["2", "3"]]
Frontend:
Added list subuser page, delete subuser page, subusers cant access pages like list api, create api and more.
v2.3
- Added a api endpoint to list servers directly from source
- Changed form type add server to import list add server
- Removed unnecessary php frontend code from version 1.x-2.2
v2.2
v2.1
Note that server manager supports http and https however the websocket server at /pterodactyl/console (server.js) only supports http (ws://) as of now, you cant use https manager with a http websocket server hence you will need to run it on a HTTP for now or have the manager running at HTTPS but skip the console feature. Support for https will be added in future.
- Add server
- Add server API endpoint
- Removed unused code
v2.0
React JS client area
- Login
- Register
- List API's
- Delete API's
- List servers
- Perform power actions
- Server information (basics)
- Graphs for pterodactyl servers
- Console for pterodactyl servers
v1.4
v1.3
Following API end points were made
/api/server - returns all servers that you own
/api/server/{id} - returns server information
/api/server/{id}/power - sends power action to server ("action" => "start|stop|restart|kill")
/api/server/{id}/destroy - deletes the server from the database
Many more fixes.
v1.2
Error handling for Virtualizor empty response (most likely due to invalid license or host blocking api requests).
Changed pterodactyl status grpah to "percentage", previously it was percentage for CPU and megabyte for RAM, which made CPU always on the bottom of the graph for practical use and that made the graph completely useless for CPU.