Admin Dashboard

Cloud storage,
device pairing, one panel.

Upload files, share via TV devices, and manage kiosk mode — all from a single admin interface.

ApexLink Hub / DashboardOnline
Files
Devices
Storage
FilesUpload and manage
DevicesManage connected
Pair DeviceScan QR code
KioskSet mode password
01 — File management

Upload, browse, download.

Drag files into the dashboard or upload via the API. Browse your directory tree, download on demand, and organise with folders.

GET /api/admin/files
// Response{ "files": [  { "name": "report.pdf", "size": 245000 },  { "name": "deploy.sh", "size": 1820 }], "total": 2 }
02 — Device pairing

QR scan, device approved.

Generate a QR code from the dashboard. Scan it with any TV or kiosk device. The device pairs instantly — no manual entry, no IP configuration.

POST /api/admin/qr
// QR pair request{ "deviceName": "Lobby TV",  "expiresIn": 300 }// Response{ "qrUrl": "https://...",  "deviceId": "d_8f3k..." }
03 — Kiosk mode

Lock the screen. Set a password.

Push devices into kiosk mode with a single API call. Set or rotate the exit password from the dashboard. Devices stay locked until you unlock them.

Kiosk modeENABLED
Exit passwordSET
Auto-launch fileindex.html
Screen orientationLANDSCAPE
Idle timeoutNEVER
Ready to manage your cloud storage?Sign in to dashboard →