Webpty is a zero config fat binary that "just work" from any server with any program (obviously including the likes of tmux, vim, emacs, ...).
Download the binary for INTEL/AMD :
curl -L -o webpty.bin "https://github.com/mickael-kerjean/webpty/releases/download/stable/webpty_linux_amd64.bin"
Download the binary for ARM :
curl -L -o webpty.bin "https://github.com/mickael-kerjean/webpty/releases/download/stable/webpty_linux_arm.bin"
After you have downloaded the correct binary you want to run it:
chmod +x ./webpty.bin
./webpty.bin
Now you can access it via your favorite browser:
https://Your.Server.IP:3456
💡
Visit the official GitHub for more info.
Top comments (0)