Skip to content

Deployment

Markus edited this page Dec 7, 2025 · 2 revisions

While it is possible to just run lommus.js directly using your favourite runner, we've provided some scripts that should help you run the bot.

LoMMuS is designed to be ran from PM2. The run daemon-* scripts do exactly that.

Windows Linux
Run npm run daemon-win. This will run run.ps1 which will initiate LoMMuS as a pm2 process. Or... Run npm run daemon-linux. This will initiate LoMMuS as a pm2 process. Or...
Run _win_run.bat
Note This batch script is very rudimentary, and may not work as you expect it to
Run run.old.sh
Note This Bash script is very rudimentary, and may not work as you expect it to

Tested compatible runtimes are NodeJS and Bun. Any Node-compatible and NPM-aware JS runtimes should be able to run LoMMuS.

Clone this wiki locally