What problem will this feature address?
The Monitoring page currently only shows usage stats for the main Dokploy server.
When multiple remote servers are connected, there is no way to view CPU, memory, disk, or Docker disk usage for each server from Dokploy. This makes it harder to monitor server health and decide where to deploy services.
Describe the solution you'd like
Show monitoring stats for all connected remote servers, not only the Dokploy server.
Useful metrics would include:
- CPU usage
- Memory usage
- Disk usage
- Docker disk usage
- Server status / availability
This could be shown as separate cards/charts per server or through a server selector on the Monitoring page.
Describe alternatives you've considered
The current workaround is manually SSH-ing into each server and checking stats with tools like htop, df, docker system df, or using external monitoring tools.
Additional context
I have multiple servers connected in Dokploy, such as application, database, staging, and monitoring servers, but only the Dokploy server usage is shown.
Will you send a PR to implement it?
Yes
What problem will this feature address?
The Monitoring page currently only shows usage stats for the main Dokploy server.
When multiple remote servers are connected, there is no way to view CPU, memory, disk, or Docker disk usage for each server from Dokploy. This makes it harder to monitor server health and decide where to deploy services.
Describe the solution you'd like
Show monitoring stats for all connected remote servers, not only the Dokploy server.
Useful metrics would include:
This could be shown as separate cards/charts per server or through a server selector on the Monitoring page.
Describe alternatives you've considered
The current workaround is manually SSH-ing into each server and checking stats with tools like
htop,df,docker system df, or using external monitoring tools.Additional context
I have multiple servers connected in Dokploy, such as application, database, staging, and monitoring servers, but only the Dokploy server usage is shown.
Will you send a PR to implement it?
Yes