First boot

Login

Sign in to the web UI. How to recover the password if you lose it.

The first time you open the device at http://irl.local, the onboarding page displays a generated admin password. After that, sign in normally with the user name admin and the password you saved.

Recovering a lost password

The web UI has no automatic password recovery (the device is single-user and local-network only). Recovery is done with a USB stick.

  1. Make a small text file named irld-reset.toml with one line:

    reset = true
  2. Copy it to the root of any USB stick formatted FAT32 or exFAT.

  3. Plug the USB stick into the device and power-cycle (or reboot).

  4. On the next boot, the device finds the file, wipes the existing user and sessions, generates a fresh first-boot password, and removes the marker file from the stick.

  5. Open http://irl.local again. The onboarding page shows the new password.

Changing the password

Sign in, open Settings, and pick a new password. The change takes effect on the next sign-in.