This is a simple manager for BeamMP servers.
I have created this in order to go with my BeamMP Hosting service I am developping. Feel free to use this on you own server.
- Start server
- Stop server
- Restart server
- Upload resources (still needs a progress bar)
- Check server status
- Edit config
- Update BeamMP server with latest version
- Being able to see logs
- Add a progress bar for every action
- Improve styling
- Clone the repository
- install dependencies with
bun install
- Build with
bun run build
- Start server with
./build/index.js
Not yet available