{"id":18373167,"url":"https://github.com/thanatisia/x11vnc-docker","last_synced_at":"2026-02-06T03:02:31.949Z","repository":{"id":182578920,"uuid":"668737850","full_name":"Thanatisia/x11vnc-docker","owner":"Thanatisia","description":"An attempt at running x11vnc VNC server in a docker containerized environment","archived":false,"fork":false,"pushed_at":"2023-07-20T13:38:05.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T13:07:28.093Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Thanatisia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-20T13:34:13.000Z","updated_at":"2023-07-20T13:38:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"e14ab670-2c68-44ce-8b96-5bf9c4b15a99","html_url":"https://github.com/Thanatisia/x11vnc-docker","commit_stats":null,"previous_names":["thanatisia/x11vnc-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Thanatisia/x11vnc-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thanatisia%2Fx11vnc-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thanatisia%2Fx11vnc-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thanatisia%2Fx11vnc-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thanatisia%2Fx11vnc-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thanatisia","download_url":"https://codeload.github.com/Thanatisia/x11vnc-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thanatisia%2Fx11vnc-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29147386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T00:09:10.549Z","updated_at":"2026-02-06T03:02:31.933Z","avatar_url":"https://github.com/Thanatisia.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# x11vnc-docker\n\n## Information\n### Background\n```\nAn attempt at running x11vnc (and by extensions, potentially all VNC/RDP connecions) within a docker containerized environment.\n\nThe goal is to eventually, by using this project as a baseline implementation of Display server graphical execution within a docker containerized environment, \n    I will be able to make a standalone GUI docker container runner template project\n\nCurrently failing pretty much at life itself\n\nJokes aside, this is currently sll a WIP, some bugs encountered:\n- x11vnc refuses to\n    1. Startup and run within the container\n    2. Accept connections from a remote host (i.e. accessing via XRDP)\n```\n\n## Setup\n### Dependencies\n+ docker\n+ docker-compose\n- Build Tools\n    - base-devel (pacman-based)/build-essential (apt-based)\n        + make\n- Display Server\n    - xorg\n        + xinit\n\n### Pre-Requisites\n- Setup Xorg working for a user\n    - Prepare a .xinitrc file and .Xauthority (Generally after first startup)\n\n### Using Makefile\n- All\n    ```console\n    make stop remove build run log\n    ```\n- Build dockerfile image\n    ```console\n    make build\n    ```\n- Start\n    ```console\n    make start\n    ```\n- Stop\n    ```console\n    make stop\n    ```\n- Remove\n    ```console\n    make remove\n    ```\n- Run\n    ```console\n    make run\n    ```\n\n### Using docker run\n- Build dockefile image\n    ```console\n    docker build --tag=thanatisia/x11vnc -f docker/Dockerfile .\n    ```\n- Starting up container\n    ```console\n\tdocker run -itd --name=x11vnc -e \"DISPLAY=${DISPLAY}\" -e \"AUTH=/root/.Xauthority\" -p \"5906:5900\" -v \"${HOME}/.Xauthority:/root/.Xauthority:rw\"  -v \"${HOME}/.vnc:/root/.vnc:rw\" -v \"/tmp/.X11-unix:/tmp/.X11-unix:rw\" thanatisia/x11vnc\n    ```\n- Teardown/Drop container\n    ```console\n    docker stop x11vnc \u0026\u0026 docker rm x11vnc\n    ```\n- Restart container\n    ```console\n    docker container restart x11vnc\n    ```\n- Start a stopped container\n    ```console\n    docker container start x11-vnc\n    ```\n- Stop a running container\n    ```console\n    docker container stop x11-vnc\n    ```\n\n### Using docker-compose\n\n## Documentations\n\n## Resources\n\n## References\n\n## Remarks\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthanatisia%2Fx11vnc-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthanatisia%2Fx11vnc-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthanatisia%2Fx11vnc-docker/lists"}