Skip to content

Releases: RyderAsKing/ServerManager

v2.6

Choose a tag to compare

@RyderAsKing RyderAsKing released this 07 Oct 13:52

Bug fixes.

v2.5

Choose a tag to compare

@RyderAsKing RyderAsKing released this 02 Oct 15:20

Moved import servers into its own component, passing in required props.
Optimized deleting and importing servers.

v2.4

Choose a tag to compare

@RyderAsKing RyderAsKing released this 30 Sep 04:28

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

Choose a tag to compare

@RyderAsKing RyderAsKing released this 26 Sep 08:06
  • 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

Choose a tag to compare

@RyderAsKing RyderAsKing released this 19 Sep 12:03
4cad36e
Update README.md

v2.1

v2.1 Pre-release
Pre-release

Choose a tag to compare

@RyderAsKing RyderAsKing released this 19 Sep 09:33
b174f21

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

v2.0 Pre-release
Pre-release

Choose a tag to compare

@RyderAsKing RyderAsKing released this 18 Sep 05:51
c518005

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

Choose a tag to compare

@RyderAsKing RyderAsKing released this 11 Sep 04:01

Last update before v2.0.

v1.3

Choose a tag to compare

@RyderAsKing RyderAsKing released this 05 Sep 09:38

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

Choose a tag to compare

@RyderAsKing RyderAsKing released this 05 Sep 03:07

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.