Kiosk terminals run unattended. They are in hotel lobbies, airport terminals, museum entrances, retail stores. There is no IT staff on site. When something breaks, you need to fix it remotely or send a technician — and sending a technician costs time and money.
What Remote Kiosk Management Actually Means
ProxyPass turns every kiosk into a remotely manageable device. A node runs on the kiosk machine — as a Docker container on Linux or a native service on Windows — and provides persistent access through the tunnel.
In practice, managing a kiosk remotely means:
- SSH or RDP into the machine to diagnose a frozen application
- REST Bridge to hit a local health-check API to see if the kiosk software is running
- File Mount to access log files, figure out what went wrong, or upload new content
- Remote restart — the application container or the entire OS — through the dashboard or API
Scenario: The Airport Check-In Kiosk
An airline operates 40 self-service check-in kiosks across 12 airports. At 5:30 AM, three kiosks at Frankfurt airport are not responding — the check-in application crashed overnight.
The operations team in headquarters opens the ProxyPass dashboard. All three nodes are online — the machines are running, just the application is stuck. They trigger an OS restart for all three kiosks through the API. Within two minutes, the kiosks reboot, the application starts automatically, and the check-in screens are live again — before the first passengers arrive at 6 AM.
Cost of this intervention: zero. No technician dispatched. No airport coordination required. Three kiosks recovered in two minutes from a desk in headquarters.
Resilience Built In
ProxyPass nodes auto-reconnect within about 30 seconds after a connection drop. If the kiosk loses internet temporarily — WiFi blip, router restart — the tunnel comes back without manual intervention. If the kiosk is powered off and back on, the node starts automatically and reconnects.
Auto-update on connect keeps the node software current on every kiosk, even machines that have been offline for weeks. When they come back online, they catch up automatically.
Webhooks notify your monitoring system the moment a kiosk goes offline (with five-minute debounce to filter transient disconnects). Your support team knows about the issue before any customer complains.
For kiosk operators, the alternative to ProxyPass is usually a VPN per site, SSH keys per machine, and a spreadsheet tracking which credentials go where. ProxyPass replaces all of that with one dashboard, one API, and one consistent access method across every kiosk in the fleet.