Stuck on the connecting after entering credentials. Tailscale | Local Network
Author: RealEvoranzCreated Mar 29, 2026Updated Jul 30, 2026
Labelsdiscussion
A few months ago I got it all working, and using the exact same setup as before its now having an issue. I double checked and even tried all the local ips aswell as changing NEKO_WEBRTC_ICELITE: from 1 to 0.
Docker Compose:
version: "3.8"
services:
neko:
image: "ghcr.io/m1k1o/neko/google-chrome:latest"
restart: unless-stopped
shm_size: 4gb
cap_add:
- SYS_ADMIN
ports:
- "8080:8080"
- "52000-52100:52000-52100/udp"
volumes:
- "/c/Users/NekoDesktop/Downloads/Neko/neko-policy/managed:/etc/opt/chrome/policies/managed"
environment:
NEKO_DESKTOP_SCREEN: 1920x1080@60
NEKO_MEMBER_MULTIUSER_USER_PASSWORD: jklf;sdh#$#
NEKO_MEMBER_MULTIUSER_ADMIN_PASSWORD: -($#UJFDS
NEKO_WEBRTC_EPR: 52000-52100
NEKO_WEBRTC_ICELITE: 1
NEKO_WEBRTC_NAT1TO1: -Tail scale ipv4 -
Source: m1k1o/neko