Skip to content

Releases: RadiatorTwo/ServerRemote

ServerRemote v1.0.1

26 Jun 20:31

Choose a tag to compare

On-screen keyboard overhaul for the NanoKVM view.

Changes

  • ⌨️ Portrait layout - dedicated portrait & landscape layouts; the keyboard no longer overflows the screen edge in portrait
  • Tap feedback - every key now briefly highlights when pressed
  • Windows key - tap once to use it as a modifier (e.g. +R), tap twice to fire it alone and open the Start menu

ServerRemote v1.0.0 - First Release

26 Jun 18:26

Choose a tag to compare

First public release.
ServerRemote lets you monitor and control a Windows home/LAN server from your desktop or phone.
Built on .NET 10.

It comes in three parts:

  • Service - runs as a Windows service, exposes an HTTPS API for metrics, service control and power actions.
  • Tray - small NotifyIcon helper to see status and restart the service.
  • App - the dashboard, runs on Windows and Android.

What it does

  • Live CPU, RAM and disk usage
  • Start / stop / restart your configured Windows services remotely
  • Remote shutdown and restart
  • HTTPS with a self-signed cert, Bearer-token auth, and cert pinning (SHA-256) in the app

Downloads

  • ServerRemote.App-android-1.0.0.apk — Android, signed
  • ServerRemote.App-windows-1.0.0.zip — Windows, self-contained
  • ServerRemote.Service-windows-1.0.0.zip — Windows, self-contained
  • ServerRemote.Tray-windows-1.0.0.zip — Windows, self-contained

The Windows builds are self-contained, so you don't need .NET installed.
For the APK you'll have to allow installs from unknown sources.

Setup

Install the service (guide), then point the app at your server's host, port and API key under Settings.

MIT licensed.