Wake up a sleeping desktop computer remotely from a web browser without needing command-line tools
Schedule automated wake and sleep cycles for home lab servers on a recurring time schedule
Monitor whether devices are online by pinging specific network ports from the dashboard
Control who can wake, edit, or shut down each device with per-user permission settings
Must be on the same local network as target devices. Exposing UpSnap to the public internet without a VPN is strongly discouraged due to the shell-command shutdown feature.
UpSnap is a self-hosted web application for waking up computers and other devices on your local network from a single dashboard. It uses a network feature called Wake on LAN, which lets you send a special signal to a sleeping machine to turn it on remotely. Instead of needing command-line tools or memorizing device addresses, UpSnap gives you a web page where all your registered devices appear as buttons. Beyond the basic wake-up function, you can schedule automated events using cron expressions (a standard way to describe repeating time schedules), ping specific network ports to check if a device is responding, scan your network to discover devices automatically using a tool called nmap, and send shutdown commands to devices that support it. Each user account can have different permissions per device, so an admin can control who is allowed to wake, edit, or shut down any given machine. The application comes in Docker images for common hardware types including standard x86 servers, Raspberry Pi, and other ARM-based devices. It can also be installed as a standalone binary or through the AUR package manager on Arch Linux. The web interface supports 21 languages and includes 35 visual themes. One important caution the README flags clearly: the shutdown feature works by running a shell command, which carries real security risk if the app is exposed to the public internet. The project recommends keeping UpSnap behind a VPN rather than making it publicly accessible. UpSnap is free and open source. If you encounter it being sold anywhere, that is a scam.
← seriousm4x on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.