{"id":18851902,"url":"https://github.com/danchitnis/container-xrdp","last_synced_at":"2026-03-05T02:30:57.481Z","repository":{"id":38362626,"uuid":"282340722","full_name":"danchitnis/container-xrdp","owner":"danchitnis","description":"Docker container for xrdp","archived":false,"fork":false,"pushed_at":"2025-04-19T10:34:52.000Z","size":28,"stargazers_count":88,"open_issues_count":4,"forks_count":36,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T16:15:00.486Z","etag":null,"topics":["container","docker","linux","rdp","xrdp"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/danchitnis/xrdp","language":"Dockerfile","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/danchitnis.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-25T00:26:26.000Z","updated_at":"2025-04-19T10:34:55.000Z","dependencies_parsed_at":"2024-08-20T02:55:35.191Z","dependency_job_id":null,"html_url":"https://github.com/danchitnis/container-xrdp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danchitnis/container-xrdp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danchitnis%2Fcontainer-xrdp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danchitnis%2Fcontainer-xrdp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danchitnis%2Fcontainer-xrdp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danchitnis%2Fcontainer-xrdp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danchitnis","download_url":"https://codeload.github.com/danchitnis/container-xrdp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danchitnis%2Fcontainer-xrdp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30107199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["container","docker","linux","rdp","xrdp"],"created_at":"2024-11-08T03:37:06.046Z","updated_at":"2026-03-05T02:30:57.474Z","avatar_url":"https://github.com/danchitnis.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# container-xrdp\n\nDocker container for [xrdp](http://xrdp.org/) (both [Xorg](https://github.com/neutrinolabs/xorgxrdp) and [Xvnc](https://tigervnc.org/)) currently based on [Fedora](https://getfedora.org/), and [Ubuntu](https://ubuntu.com/). Full desktop environment [Xfce](https://www.xfce.org/) is supported on both amd64 and arm64 hardware. No privilege or sys_cap is required on the host system. These containers are lightweight and ideal for rapid development and testing purposes. Notice that the state of the container is not persisted between runs. In order to persist the state of the container, see [this guide](https://stackoverflow.com/questions/44480740/how-to-save-a-docker-container-state).\n\n## How to use\n\nFirst pull the container with the appropriate tag. the following tag combinations are available:\n\n- danchitnis/xrdp:ubuntu-xfce\n- danchitnis/xrdp:fedora-xfce\n- danchitnis/xrdp:amazon-mate (no longer supported)\n- danchitnis/xrdp:amazon-xfce (no longer supported)\n- danchitnis/xrdp:centos7-mate (no longer supported)\n- danchitnis/xrdp:centos7-xfce (no longer supported)\n- danchitnis/xrdp:centos8-xfce (no longer supported)\n\nExample:\n\n```bash\ndocker pull danchitnis/xrdp:ubuntu-xfce\n```\n\nYou have to give username, password, and sudo ability as input arguments to the docker run command. Hence, each user has three parameters. The process will exit if the input arguments are incorrect. Please run as interactive mode at first instance.\n\nExample when username is _foo_, password is _bar_ and sudo ability is _no_:\n\n```bash\ndocker run -it -p 33890:3389 danchitnis/xrdp:ubuntu-xfce foo bar no\n```\n\nSimilarly for detached mode\n\n```bash\ndocker run -d -p 33890:3389 danchitnis/xrdp:ubuntu-xfce foo bar no\n```\n\nOnce running, open Remote Desktop Connection. Enter \"localhost:33890\" as the address.\n\nIn this example username is _foo_ and the password is _bar_.\n\n## Weekly builds\n\nWeekly builds are available for the following tags:\n\n- danchitnis/xrdp:ubuntu-xfce-next\n- danchitnis/xrdp:fedora-xfce-next (temporarily disabled)\n\nsimply replace the tag with the nightly tag to pull and run the nightly build.\n\nExample:\n\n```bash\ndocker run -it -p 33890:3389 danchitnis/xrdp:ubuntu-xfce-next foo bar no\n```\n\nPlease note that these nightly builds are built automatically and have not been tested. As a result, they may not work as expected. If the login fails, please try using the main tag.\n\n## Adding more users\n\nYou can add more users as a list of arguments and 3 inputs per user as described above\n\nExample:\n| User | Pass | Sudo |\n|---|:---:|---:|\n| foo | bar | yes |\n| baz | cox | no |\n\n```bash\ndocker run -it -p 33890:3389 danchitnis/xrdp:ubuntu-xfce foo bar yes baz qux no\n```\n\n## Sudo users\n\nAdding a sudo user will give that user sudo ability so that you can run privileged command _inside_ the container\n\nFor example start docker container with\n\n```bash\ndocker run -d -p 33890:3389 danchitnis/xrdp:ubuntu-xfce foo bar yes\n```\n\nOnce _inside_ the container user _foo_ can do this\n\n```bash\nsudo yum update\n```\n\nNotice that to give sudo ability, the third input parameter for each user should be explicitly _yes_, otherwise any other input will be ignored.\n\n## Build\n\nCheck the following [guide](https://github.com/danchitnis/container-xrdp/blob/master/build.md) for building your own containers.\n\n## Contributions\n\nInspired by [frxyt/docker-xrdp](https://github.com/frxyt/docker-xrdp)\n\nUbuntu commands by [danielguerra69/ubuntu-xrdp](https://github.com/danielguerra69/ubuntu-xrdp/)\n\nxrdp service restrat by [timwa0669](https://github.com/timwa0669)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanchitnis%2Fcontainer-xrdp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanchitnis%2Fcontainer-xrdp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanchitnis%2Fcontainer-xrdp/lists"}