Run a fully-functional browser in a secure, self-hosted environment. This virtual browser operates within a Docker container and uses WebRTC to deliver a low-latency, interactive experience directly to your own browser, from anywhere. It's an ideal solution for developers, teams, and privacy-conscious individuals who need complete control over their browsing environment.
This tool offers a wide range of applications:
services:
neko:
image: m1k1o/neko:firefox
restart: unless-stopped
shm_size: "2gb"
ports:
- "8080:8080"
- "52000-52099:52000-52099/udp"
environment:
- NEKO_SCREEN=1920x1080@30
- NEKO_PASSWORD=${NEKO_PASSWORD}
- NEKO_PASSWORD_ADMIN=${NEKO_PASSWORD_ADMIN}
- NEKO_EPR=52000-52099
- NEKO_ICELITE=1
volumes:
- ./downloads:/home/neko/DownloadsNEKO_PASSWORD=user_password
NEKO_PASSWORD_ADMIN=admin_passwordAuto-fetched 32 minutes ago
Auto-fetched 32 minutes ago