Favicon of Neko

Neko

Run a virtual browser in Docker for secure co-browsing, interactive presentations, and live streaming. Access it from anywhere with ultra-low latency.

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:

  • Collaborate in real-time: Host watch parties, conduct interactive presentations with shared screen control, or co-browse websites for debugging and brainstorming sessions.
  • Enhance security and privacy: Use it as a throwaway browser for isolated, temporary sessions that leave no trace, or as a secure jump host to access internal resources without exposing them.
  • Protect intellectual property: Share web apps or models with others by streaming the interface, ensuring your source code is never exposed on the client side.
  • Maintain persistent sessions: Keep long-running tasks like downloads or uploads active in a browser session that you can reconnect to from any device.
  • Broadcast live: Stream your virtual browser session directly to platforms like Twitch and YouTube using RTMP for 24/7 broadcasting.

Directory Structure

neko
downloads
.env
docker-compose.yml

docker-compose.yml

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/Downloads

.env

NEKO_PASSWORD=user_password
NEKO_PASSWORD_ADMIN=admin_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Neko

Favicon

 

  
  
Favicon

 

  
  
Favicon