Requirements
- Node.js installed
- Discord bot token and target channel
- Discord Bridge HT dependency
- Windows machine hosting the server
- Basic access to your server folder
Installation
- Download the HCS package.
- Place the controller files in your desired management folder.
- Install the required Node dependencies.
- Configure token, paths, and channel values in your local config.
- Run the controller startup script.
- Verify that the bot is online and connected to the right channel.
Basic Commands
- start — starts the server
- stop — stops the server
- restart — restarts the server
- shut — schedules PC shutdown
- abort — aborts scheduled shutdown
- webmod — opens or links to the web tools
Dashboard Notes
The web interface is intended to show server state, system usage, and mod activity in a simple control panel. For public exposure, always secure access before opening ports or sharing endpoints outside your local environment.
Troubleshooting
- Check that your file paths are correct.
- Verify the bot token and selected Discord channel.
- Make sure required dependencies are installed.
- Confirm the configured port is not already in use.
- Review console output or PM2 logs for startup errors.