RawMon Docs
Network Tools
Built-in network tools in RawMon: Port Scanner, LAN Discovery, Wake-on-LAN, Docker management, and SSH terminal.
Last updated: 2026-03-08
Overview
RawMon includes a suite of network tools accessible from the Tools section in the app. These tools run directly on your phone and are designed for quick diagnostics and server room tasks.
Port Scanner
Scan any host for open TCP ports. Includes common presets and custom port ranges.
Features
- Quick presets: Web (80, 443), SSH (22), Database (3306, 5432, 27017, 6379), Mail (25, 587, 993, 995), Common (top 20 ports)
- Custom range: Specify individual ports or ranges (e.g.,
8000-8100) - Timeout: Configurable per-port timeout (default: 3 seconds)
- Add as monitor: Tap any open port result to create a TCP monitor for it directly
Usage
- Go to Tools > Port Scanner.
- Enter the target hostname or IP address.
- Select a preset or enter custom ports.
- Tap Scan. Results show port number, state (open/closed/filtered), and response time.
LAN Discovery
Discover devices and services on your local network.
Features
- Service type scanning: Discovers HTTP servers, SSH, printers, AirPlay, and other Bonjour/mDNS services
- Device info: Shows hostname, IP address, MAC address (when available), and discovered services
- Profiles: Save scan configurations for different networks (Home, Office, Data Center)
Usage
- Go to Tools > LAN Discovery.
- The scanner automatically detects your local subnet and begins discovery.
- Tap any discovered device to see its details or create a monitor for it.
Wake-on-LAN
Send Wake-on-LAN magic packets to power on remote machines.
Features
- Direct broadcast: Send WoL packets on the local network
- SSH relay: Wake machines on remote networks by sending the magic packet through an SSH jump host
- Device management: Save MAC addresses with friendly names for one-tap wake
Usage
- Go to Tools > Wake-on-LAN.
- Add a device with its MAC address and optional broadcast IP.
- Tap Wake to send the magic packet.
- For remote networks, configure an SSH relay host that is on the same LAN as the target machine.
Docker Management
Monitor and manage Docker containers on remote hosts via SSH.
Features
- Container list: View all containers (running, stopped, exited) with status and image info
- Actions: Start, stop, restart, and remove containers
- Logs: View container logs with tail and follow options
- SSH-based: Connects to your Docker host via SSH — no Docker API exposure needed
Usage
- Go to Tools > Docker.
- Add a Docker host by entering SSH connection details (host, port, username, key).
- RawMon connects and lists all containers. Tap a container for actions and logs.
SSH Terminal
A built-in SSH terminal for quick command-line access to your servers.
Features
- Key and password auth: Supports SSH key authentication and password login
- Session management: Save connection profiles for frequently accessed servers
- Native implementation: Uses JSch on Android and NMSSH on iOS for reliable SSH connectivity
Usage
- Go to Tools > SSH Terminal or scan an NFC SSH tag.
- Enter host, port, username, and authentication method.
- A terminal session opens with full interactive shell support.