WebUI Configuration
Access AionUi from any device—phone, tablet, or computer—via browser or Telegram. Full guide: Wiki: WebUI Configuration Guide. For remote internet access: Remote Internet Access Tutorial.
WebUI Mode
- Access AionUi from any device via browser
- Supports LAN, cross-network, and server deployment
- Login by QR code or account/password
Telegram Channel
Chat with your AI assistant from Telegram. Simple pairing code. Setup: go to AionUi Settings → WebUI Settings → Channel, get your Bot Token from @BotFather, and start chatting.
Data Security
All data stays local (SQLite). Suitable for server deployment when you want remote access while keeping data on your machine.
Opening WebUI effectively turns your desktop into a small server. Use strong passwords, keep the app updated, and prefer VPN or reverse-proxy TLS if you expose it beyond your LAN. See also WebUI & remote access and Privacy.
Typical deployment patterns
- Home LAN – Phone or tablet on the same Wi‑Fi; QR login is often enough.
- Office / lab – Bind to an internal hostname; align with your IT firewall rules.
- Personal VPS – Run AionUi where your data lives; combine with SSH tunnels or a managed proxy rather than wide-open ports when you can.
Troubleshooting
- Cannot reach from another device – Confirm firewall rules, correct host IP, and that WebUI is enabled in settings.
- Telegram bot silent – Re-check the BotFather token and the channel pairing step in Settings → WebUI.
- Auth loops – Clear browser cookies for the WebUI origin or try an incognito window after password changes.
Deep dives: Wiki: WebUI Configuration Guide