Electus LogoElectus Documentation

Common Issues

Troubleshoot common issues with Electus Admin

No sound on recent artifact versions fix

  1. Go to server.cfg
  2. Add set mumble_allowExternalConnections true
  3. Restart the server

Issue with admin menu not working

  1. Find your web base url (found when your start your server). Similar to the picture below.

Admin

  1. Go to your server.cfg and add set web_baseUrl your_url.users.cfx.re The url is the web base url you found in step 1. Also make sure to not include https:// in the beginning or / at the end.

Issue with spectating not working

In some instances you have to enable an TURN server.

  1. Create an Cloudflare account.
  2. Go to Realtime -> Turn Server.
  3. Create a new TURN server.
  4. Save the Turn Token ID and API Token.
  5. Go into server_config->config.lua and set useDynamic = true and TokenID = "your_token_id" and APIToken = "your_api_token".
  6. Finish everything on the Cloudflare page.
  7. Restart the script or your server.