Setup Mode
when you want to add a new Controller User, follow this Guide. This is not the install Guide, this Guide is for a fully running MoonCord installation.
stop MoonCord
sudo systemctl stop MoonCord.service
start MoonCord in setup mode
cd ~/mooncord
npm run start '/path/to/klipper/config' setup <newtag/oldtag#000>

follow the instructions till the setup wizard in Discord:

press cancel, this will still save the new Controller but will skip the install wizard.
start Mooncord again:
sudo systemctl start MoonCord
Last updated