xinManager is a centralized panel for managing xinbot instances.
- Manage multiple xinbot instances
- Monitor instance status in real time
- Access instance terminal remotely (with history replay)
- 3D world viewer for bots
1. Install xinRemote plugin
Follow the xinRemote installation guide.
After first run of a xinbot instance, you can get or modify the host, port, and token in remote_config.json.
You can install xinManager via setup scripts.
sudo su -c "wget -qO- https://raw.githubusercontent.com/huangdihd/xinManager/master/scripts/setup_linux.sh | bash"sudo sh -c "wget -qO- https://raw.githubusercontent.com/huangdihd/xinManager/master/scripts/setup_darwin.sh | bash"curl -sSL -o setup_win.bat https://raw.githubusercontent.com/huangdihd/xinManager/master/scripts/setup_win.bat && call setup_win.bat && del setup_win.bat👉 The setup script will install xinManager as a service.
You can view or modify the password in config.json.
Visit:
http://<your_server_ip>:3000
- Open the Bot管理 page
- Click 添加实例
- Enter the instance
addressandtoken - Click 添加 to finish
🎉 The instance will now appear in your list!
This project is licensed under the terms of the
GNU General Public License v3.0 (GPLv3).