Skip to main content

Configuration (non-GPU Accelerated)

  • Clone the entire repository here
  • Edit the .env file to your requirements
    • Make sure you set your user and admin passwords each to something unique. They themselves are not revealed to users who are merely watching the RSTP stream, they are only relevant to those who connect to your Neko instance
    • Set the local machine IP key to the IP of the machine you are running this docker compose stack from
    • The other settings can be left as they are, but can be changed as per your liking
  • Start the compose stack
  • Enter N.eko from your local machine by going to (server_IP):8080 and confirm you can login and control the browser yourself
  • Optional Use VLC to confirm the RTSP stream is working locally by opening network stream "rtsp://internal_server_IP:(rtsp_port)/(stream_key)"
  • Port Forward your RTSP port from your router
  • Optional User VLC to confirm the RTSP stream is working remotely by opening network stream "rtsp://your_external_IP:(rtsp_port)/(stream_key)"
  • Use the link in vrchat worlds "rtsp://your_external_IP:(rtsp_port)/(stream_key)" to share with other people
  • Optional Instead of using your external IP in the address, set up a DDNS service to make your URL a bit prettier. Keep in mind its trivial to retrieve your IP from this, however.