localhost.
1. Start FideliOS in private authenticated mode
FIDELIOS_DEPLOYMENT_MODE=authenticatedFIDELIOS_DEPLOYMENT_EXPOSURE=privateFIDELIOS_AUTH_BASE_URL_MODE=autoHOST=0.0.0.0(bind on all interfaces)
2. Find your reachable Tailscale address
From the machine running FideliOS:my-macbook.tailnet.ts.net).
3. Open FideliOS from another device
Use the Tailscale IP or MagicDNS host with the FideliOS port:4. Allow custom private hostnames when needed
If you access FideliOS with a custom private hostname, add it to the allowlist:5. Verify the server is reachable
From a remote Tailscale-connected device:Troubleshooting
- Login or redirect errors on a private hostname: add it with
fidelios allowed-hostname. - App only works on
localhost: make sure you started with--tailscale-auth(or setHOST=0.0.0.0in private mode). - Can connect locally but not remotely: verify both devices are on the same Tailscale network and port
3100is reachable.