Restore access
When there isn't any user with administrator privileges who has access to the system you need to register a new device at least for one administrator. That is only possible through terminal access to the system.
-
Login to the device
ssh -i arpi_rsa argus@arpi.local
-
Generate new registration code hash
$ cd server # list users $ ./src/new_registration_code.py Users: ID: 33774305 = Administrator (admin): # generate code for the user with id 33774305 $ ./src/new_registration_code.py -u 33774305 User doesn't have registration code ------------------------------ Code generated for user (id: 33774305): Administrator New registration code: 293ACECEF9FF The code never expires
-
Open the web interface
- Unregister the device on the login page
- Register device again using the generated registration code (register device)