Welcome to Neko, a self-hosted virtual browser running in Docker and utilizing WebRTC technology. Neko is a powerful tool that allows you to run a fully-featured browser in a virtual environment, enabling you to securely and privately access the internet from anywhere.
Setup Tutorial:#
GitHub: https://github.com/m1k1o/neko/
I always encounter interruptions every few minutes during my testing!
First, prepare a server with a minimum of 2h2g, install Docker and Docker-Compose: https://k7blog.com/post/NVEpVnWHF/
Then, execute the following commands:
wget https://raw.githubusercontent.com/m1k1o/neko/master/docker-compose.yaml
sudo docker-compose up -d
You can refer to the official documentation: https://neko.m1k1o.net/#/getting-started/examples for personalized configurations!
Simply edit the docker-compose.yaml file based on the documentation!
Access the service using IP+8080 port, default username and password: neko
One-Click Script I Created#
wget https://i.k7blog.com/sh/neko.sh && chmod +x neko.sh && clear && ./neko.sh