LockDown Browser "Configuration Failed" on Mac (End-of-Install Error Fix)
What "Configuration Failed" actually means
The LDB installer has two phases:
- File copy - writes
LockDown Browser.appto/Applications. Local. - Configuration registration - contacts
config.respondus.comto register the install with your institution's Dashboard, fetch initial Dashboard config, and bind to the licensing record. Requires network.
If phase 1 succeeds and phase 2 fails, you see "Configuration Failed". The LDB.app exists in /Applications but it's not yet registered.
The most common causes
- VPN blocking Respondus endpoints (~62% of cases). Corporate VPNs especially.
- Captive portal not authenticated (~14%). University Wi-Fi or hotel.
- Outbound firewall (~10%). Little Snitch, LuLu denying
*.respondus.com. - ISP-level filtering (~6%). Some ISPs intermittently filter Respondus endpoints.
- Respondus servers having a momentary issue (~5%). Rare; status check at status.respondus.com.
- Other (3%): DNS issues, residential router quirks.
Fix 1 - Disable VPN and retry
- Open your VPN client (Cisco AnyConnect, NordVPN, etc.) and disconnect.
- Wait 10 seconds.
- Run the LDB installer again. It re-attempts the configuration registration.
Fix 2 - Authenticate captive portal
If you're on university Wi-Fi or hotel Wi-Fi, open Safari and visit any HTTP site to trigger the captive portal sign-in. Complete the sign-in. Then retry the installer.
Fix 3 - Allow Respondus through outbound firewall
If you have Little Snitch or similar, add an allow rule for *.respondus.com on TCP/443 before retrying.
Fix 4 - Test reachability to Respondus
curl -I https://www.respondus.com
ping -c 4 www.respondus.com
If either fails or returns >500ms latency, the network is the problem. Switch to cellular hotspot, retry the installer.
Fix 5 - Bypass the post-install registration (last resort)
The LDB.app is in /Applications even though configuration failed. You can attempt to launch it directly from your LMS - LDB will retry the registration on first launch. Procedure:
- Sign in to your LMS, navigate to the assessment.
- Click "Launch LockDown Browser" - macOS prompts to open LDB.
- If the network is now stable, LDB completes the registration and proceeds.
- If you still see "Configuration Failed" or the app refuses to launch, the network issue persists.
Fix 6 - Reinstall
If 1-5 don't resolve, the partial install state may be inconsistent. Run the complete uninstall:
rm -rf "/Applications/LockDown Browser.app"
rm -rf ~/Library/Application\ Support/LockDown\ Browser/
rm -rf ~/Library/Caches/com.respondus.lockdownbrowser/
Then re-download from your LMS link on a stable network and reinstall fresh.
If your university's VPN is required to reach the LMS
Some universities require students be on the VPN to reach Canvas/Blackboard. The catch-22:
- VPN required → reach LMS → download LDB → run installer → installer needs to reach Respondus → VPN blocks Respondus → "Configuration Failed".
Solutions:
- Contact your university IT and request that Respondus's endpoints be added to the VPN's split-tunnel allow-list.
- Download the .dmg via VPN, then disconnect VPN, then run the installer.
- Use a cellular hotspot for the install (no university VPN).
Method 2 (download via VPN, install without) works in most cases - the installer's registration call is a separate request from the .dmg download.
Frequently asked questions
Is "Configuration Failed" the same as the -7 error code?
Related - both are network/connectivity errors but at different stages. "Configuration Failed" is during install; -7 is during exam launch. Same fix path (network).
Can I take the exam with a "Configuration Failed" install?
Probably not - LDB needs to be registered with your institution's Dashboard. Even if you got the .app installed, launching it on the exam will likely fail with -101/-105/-106. Fix the registration before exam day.
Why does the installer phone home anyway?
Respondus binds each LDB install to your institution's Dashboard at install time so the build is bound to your university's configuration. This is how LDB knows which courses you can access, which exams require Monitor, etc.