Corterm connects your machines to a browser-based terminal. Run a Worker on any machine, access it through the Gateway — from anywhere, on any device.
curl -fsSL https://gateway.ct.rwecho.top/install.sh | sh
One command. Installs the Gateway Worker on your machine.
A lightweight Gateway routes your browser to the Worker running on your machine.
Everything you need to run remote terminals, out of the box.
Full xterm.js terminal in your browser. Works on desktop, tablet, and mobile.
Built-in token-based auth. Device flow support for secure machine-to-machine access.
Bidirectional streaming over WebSockets with MessagePack for minimal latency.
Run your own Gateway and Workers. No cloud dependency. Your data stays yours.
Detach and reattach to sessions. Your shell keeps running even if you close the browser.
Gateway ships as a container image on GHCR. Deploy to any Docker host in seconds.
From zero to a browser terminal in under a minute.
Run curl -fsSL https://gateway.ct.rwecho.top/install.sh | sh on the machine you want to access.
Pull and run the Gateway container: docker run -p 5045:5045 ghcr.io/monster-echo/corterm-gateway:latest
Navigate to http://localhost:5045, log in, and your terminal is ready.
Open source. MIT licensed. Get your terminal in the browser today.
curl -fsSL https://gateway.ct.rwecho.top/install.sh | sh