-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
Description
We want to replace the original server management page made only for the demo with a new one. This page should include some kind of tabs which would let you see different subpages for the different parts of server management.
The subpages should include:
- Console
- shows the server console and a command line for the user to run commands
- has a way to switch between the server console (software/service output) and the server's actual docker container terminal (os)
- has power action buttons
- shows basic server resource usage statistics
- shows basic server info like it's name, uptime, software and ip:port
- Stats
- shows more advanced server statistics including resource usage, network usage,....
- File Management
- has a file browser and editor
- shows the user's sftp access details for the server
- Networking
- lets the user assign additional ports to the server
- Settings
- lets the user change the server's name, software, and potentially the start command