Troubleshooting
Narrow down where the issue might be with the following options:
- If you forgot your server’s password:
- terminal:
cat data/Saved/Config/LinuxServer/ServerSettings.ini | grep Password
- terminal:
- If your brickadia is crashing and omegga works:
- omegga console:
/debug - terminal:
omegga --debug
- omegga console:
- If your omegga isn’t starting
- terminal:
omegga --verbose
- terminal:
- If a plugin is crashing, message the plugin developer
- discord: #plugin-bugs
- If the web UI is blank and you installed from
git clone- terminal:
npm run dist
- terminal:
- If the web UI is crashing, open the browser developer console and send the error to the #omegga-help discord channel
- If a plugin fails to update and it has a
package-lock.json, ask the plugin developer to update that file before pushing - If you are on Ubuntu and the output of
which npmis/bin/npm- terminal:
sudo apt purge nodejsand restart install instructions fromnvm install 24.
- terminal:
- If you’re getting an
EACCESerror when runningnpm i -g omegga:- First, try this.
- If that doesn’t work, try this horrible bodge method for WSL:
- Set your WSL to WSL 2
npm i -g omegga- Set your WSL back to WSL 1 (assuming you want wsl1)
- If you’re getting a “
gyp ERR! stack Error: not found: make”- Install build-essential
For problems during npm i -g omegga rather than after it, see
Install troubleshooting.