Fully Kiosk Browser
Fully Kiosk Browser is a feature-rich Android kiosk app with a comprehensive local REST API. It is the reference provider for Kiosk Admin and supports every capability.
Device setup
- Install Fully Kiosk Browser on your Android device.
- Open Settings → Remote Administration (KIOSK).
- Enable Remote Administration.
- Set a Remote Admin Password — you’ll enter this in Kiosk Admin.
- Note the IP address shown in the app (or use a hostname if you have local DNS).
The REST API listens on port 2323 by default.
Adding a Fully Kiosk device in Kiosk Admin
| Field | Value |
|---|---|
| Provider | Fully Kiosk Browser |
| IP address | Device IP shown in Fully Kiosk settings |
| Password | Remote Admin Password from Fully Kiosk |
Capabilities
All capabilities are supported:
| Capability | Supported |
|---|---|
| Screenshot | ✅ |
| Screen on/off | ✅ |
| URL navigation & reload | ✅ |
| App restart | ✅ |
| Screensaver | ✅ |
| Text-to-speech | ✅ |
| Volume control | ✅ |
| Camera capture | ✅ |
| Audio/video playback | ✅ |
| Maintenance (reboot, lock) | ✅ |
| App launcher | ✅ |
| JavaScript injection | ✅ |
| Device settings API | ✅ |
| File management | ✅ |
| APK install/uninstall | ✅ |
| Tab management | ✅ |
| Log viewer | ✅ |
MQTT
Fully Kiosk Browser has built-in MQTT support. Configure the broker under Settings → Remote Administration → MQTT. Kiosk Admin reads status events from {prefix}/deviceInfo/{deviceId} when the device has an mqttDeviceId configured.
See MQTT & Real-time for setup details.