REmoTerm uses peer-to-peer WebRTC technology to create a direct, encrypted connection between your local development machine and your remote devices—no servers in the middle.
Runs the REmoTerm desktop app on your development machine. This creates a WebRTC peer that can receive connections.
Coordinates the initial peer-to-peer handshake. Once connected, all data flows directly between peers.
Access from anywhere using your browser. Initiates the WebRTC connection to your desktop peer.
Both the desktop app and your browser authenticate with the signaling server using secure JWT tokens.
Your desktop app registers as an available peer and validates your subscription status.
When you connect from your phone, the signaling server coordinates a WebRTC handshake (SDP offer/answer + ICE candidates).
Once the handshake completes, a direct encrypted connection is established. All terminal data flows peer-to-peer—the signaling server is no longer involved.
Your commands travel directly from your phone to your desktop over the encrypted P2P channel. Responses flow back the same way.
All terminal data is encrypted using DTLS (Datagram Transport Layer Security), the same encryption protocol used in WebRTC video calls. Your code never touches our servers—it flows directly between your devices.
Both your desktop and browser must authenticate with valid JWT tokens before any connection can be established. Desktop registration verifies your subscription status in real-time.
Direct peer-to-peer connections mean incredibly low latency—typically 20-50ms. No data centers between you and your code. No relay servers slowing things down.
We never see your terminal output, file contents, or code. The signaling server only handles the initial handshake—after that, we're out of the picture.
Most remote terminal solutions upload your code to a cloud server. Every command, every file read, every AI agent interaction flows through someone else's infrastructure.
Your code stays on your machine. The desktop app creates a secure WebRTC endpoint that only you can connect to. Direct, encrypted, and blazing fast.
Download the desktop app and start monitoring your AI agents from anywhere. Free for local access, $5/month for remote P2P.