logo
icon

Neko

Neko is a self-hosted virtual browser that runs in Docker and uses WebRTC. Collaborative watch parties, remote support, throwaway browsing, and jump-host access — stream a real browser to anyone with near real-time latency.

template cover
展開済み0
発行者sbo60618
作成日2026-07-30
タグ
ToolBrowserWebRTCCollaboration

Neko (n.eko)

Official project: neko.m1k1o.net · GitHub m1k1o/neko

Self-hosted virtual browser over WebRTC. Use cases:

  • Watch parties / co-browsing
  • Remote support & teaching
  • Throwaway / isolated browsing
  • Jump host for internal tools (session stays on server)

After deploy

  1. Open https://<your-domain>
  2. Login with the user or admin password you set
  3. Share the link with teammates for collaborative control

Default credentials (if you left variables empty)

RolePassword
Userneko
Adminadmin

Change passwords immediately on public domains.

WebRTC note

Neko needs WebRTC media paths (UDP/TCP mux). This template enables:

  • NEKO_WEBRTC_ICELITE=true (public IP servers)
  • NEKO_WEBRTC_UDPMUX / TCPMUX on port 52000
  • Public STUN (stun.l.google.com:19302)

If video freezes behind strict NAT, expose UDP/TCP 52000 on the host firewall or attach a TURN server (see WebRTC docs).

Resource recommendation

  • Min: 2 vCPU / 2 GB RAM
  • Comfortable: 2–4 vCPU / 4 GB RAM (Firefox + desktop)

Image

ghcr.io/m1k1o/neko/firefox:latest — other browsers: chromium, google-chrome (see upstream docs).

License

Apache-2.0 — upstream project, not affiliated with any crypto token scams.