Unpairing a Screen
Three ways to release a device, from a keyboard shortcut to a last-resort console command.
Method 1: Keyboard shortcut (recommended)
On the player screen, press the keyboard shortcut to force unpair:
Windows/Linux: Ctrl + Shift + U
Mac: Cmd + Shift + U
The player clears all credentials and reloads to the pairing screen.
Method 2: Delete from Admin
Open Screens, find the row, and click the delete button. This revokes the device token and forces the player back to the pairing screen on the next request.
Method 3: Browser console (last resort)
indexedDB.deleteDatabase('signage-player');
location.reload();