Can't connect Remmina or realvnc in ubuntu
Hi, I can't connect Remmina or realvnc in ubuntu. Is there have any solution for this? Otherwise I can't access microphone and webcam.
My docker-compose.yaml is:
version: "3" services: windows: image: dockurr/windows container_name: windows environment: VERSION: "win10" devices: - /dev/kvm cap_add: - NET_ADMIN ports: - 8006:8006 - 3389:3389/tcp - 3389:3389/udp stop_grace_period: 2m restart: on-failure volumes: - ./data:/storage
i am trying to access with localhost:8006
You connect to the wrong port... Port :8006 is for connecting in your web-browser.
If you want to use RealVNC you must connect to port :5900 (after you add it to your compose).
But its best to connect to port :3389 in Remmina as the RDP protocol works better than VNC.