{"id":16211038,"url":"https://github.com/duckboss/pyminecraftadmin","last_synced_at":"2026-04-25T22:33:59.838Z","repository":{"id":154810928,"uuid":"338511776","full_name":"DuckBoss/PyMinecraftAdmin","owner":"DuckBoss","description":"A simple GUI utility to remotely manage a MineCraft Server using the RCON protocol","archived":false,"fork":false,"pushed_at":"2021-09-13T22:45:58.000Z","size":9121,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T07:24:13.612Z","etag":null,"topics":["administration","bukkit","gui","minecraft","minecraft-server","python","python3","remote-control","spigot","tkinter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DuckBoss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["paypal.me/JJerome999"]}},"created_at":"2021-02-13T06:23:13.000Z","updated_at":"2024-05-10T07:33:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"9339a91a-e480-4bcc-aa5c-02d10b57e4a9","html_url":"https://github.com/DuckBoss/PyMinecraftAdmin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/DuckBoss/PyMinecraftAdmin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckBoss%2FPyMinecraftAdmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckBoss%2FPyMinecraftAdmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckBoss%2FPyMinecraftAdmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckBoss%2FPyMinecraftAdmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DuckBoss","download_url":"https://codeload.github.com/DuckBoss/PyMinecraftAdmin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckBoss%2FPyMinecraftAdmin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32279656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: 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":["administration","bukkit","gui","minecraft","minecraft-server","python","python3","remote-control","spigot","tkinter"],"created_at":"2024-10-10T10:45:23.475Z","updated_at":"2026-04-25T22:33:59.833Z","avatar_url":"https://github.com/DuckBoss.png","language":"Python","funding_links":["paypal.me/JJerome999"],"categories":[],"sub_categories":[],"readme":"\u003ch2 align=\"center\"\u003e PyMinecraftAdmin \u003c/h2\u003e\n\u003cp align=\"center\"\u003eA simple GUI utility to remotely control a MineCraft Server using the RCON protocol\u003c/p\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n### About\nThis python script works great to manage your Minecraft server remotely by using Minecraft's built-in rcon protocol.\nTo enable the rcon protocol for your server, check the server's `server.properties` file.\n\n**This application is particularly useful to remotely manage bukkit/spigot servers.**\n\n \n### Requirements\n- Python 3.7+\n- \u003ccode\u003epip install -r requirements.txt\u003c/code\u003e\n\n### Usage\n#### Python Script -\n1) Run the folder module in python with the server IP, rcon port and rcon password as launch parameters:\n```\n\u003e python PyMinecraftAdmin/ -ip \u003cmy_server_ip\u003e -rcon_port \u003cmy_rcon_port\u003e -rcon_pass \u003cmy_rcon_password\u003e\n\n(OR)\n\n\u003e cd PyMineCraftAdmin/\n\u003e python __main__.py -ip \u003cmy_server_ip\u003e -rcon_port \u003cmy_rcon_port\u003e -rcon_pass \u003cmy_rcon_password\u003e\n```\n\u003cb\u003eNote: The rcon port/password can be configured in your server's `server.properties` file.\u003c/b\u003e\n#### Windows Executable -\n```\ndouble click the pyminecraftadmin.exe file\n\n(OR)\n\n\u003e pyminecraftadmin.exe -ip \u003cmy_server_ip\u003e -rcon_port \u003cmy_rcon_port\u003e -rcon_pass \u003cmy_rcon_password\u003e\n```\n\n### Examples\n- Login to the Minecraft server rcon connection:\u003cbr\u003e\n  ![image](https://user-images.githubusercontent.com/20238115/107862996-cea62000-6e1e-11eb-9a10-c9e336997022.png)\n- Send commands to the server with a response:\u003cbr\u003e\n  ![image](https://user-images.githubusercontent.com/20238115/107862979-afa78e00-6e1e-11eb-9b20-060242a9e699.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckboss%2Fpyminecraftadmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduckboss%2Fpyminecraftadmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckboss%2Fpyminecraftadmin/lists"}