- Similar to screen's process management
- Web UI for visual operations
- Log management based on Elasticsearch
- Role-based permission management (three roles)
- Process performance monitoring
- Process state notifications
Implemented based on pseudo terminal, supporting ANSI characters and shortcuts. Only supports Linux.
Implemented based on stdin and stdout pipes, supporting all platforms.
Role | Role Management | Process Creation | Process Control | Log View |
---|---|---|---|---|
root | ✔ | ✔ | ✔ | ✔ |
admin | × | × | ✔ | ✔ |
user | × | × | Configurable | × |
Download the Windows version and double-click to run.
Download the Linux version. Use the command:
chmod 777 ./xpm
./xpm
Access http://[ip]:8797 Default username and password: root/root