Skip to main content
Every setting lives in /home/fivem/.env. The install script writes this for you. Edit it by hand if you need to change anything later, then systemctl restart nexora-dashboard to apply.

Required

Optional: Discord OAuth

Leave these out / commented to disable Discord login. The redirect URI must exactly match what you set in the Discord application’s OAuth2 settings.

Optional: Cfx.re OAuth

Already filled in by the install script with sane defaults:

After editing

Watch the log to make sure it boots without errors.

Security

Lock .env so other users can’t read it:
Never commit .env to git. The repo’s .gitignore already excludes it.