{"id":51451364,"url":"https://github.com/guayand0/minecraft-server-termux","last_synced_at":"2026-07-05T21:01:25.611Z","repository":{"id":367106934,"uuid":"1279248936","full_name":"Guayand0/Minecraft-Server-Termux","owner":"Guayand0","description":"Instalar un servidor de Minecraft en Termux","archived":false,"fork":false,"pushed_at":"2026-06-24T16:19:25.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-24T16:24:23.226Z","etag":null,"topics":["minecraft","minecraft-server","mods","plugins","server","termux"],"latest_commit_sha":null,"homepage":"https://minecraft-server-termux.vercel.app","language":"Shell","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/Guayand0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-24T14:05:00.000Z","updated_at":"2026-06-24T16:21:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Guayand0/Minecraft-Server-Termux","commit_stats":null,"previous_names":["guayand0/minecraft-server-termux"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Guayand0/Minecraft-Server-Termux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guayand0%2FMinecraft-Server-Termux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guayand0%2FMinecraft-Server-Termux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guayand0%2FMinecraft-Server-Termux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guayand0%2FMinecraft-Server-Termux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Guayand0","download_url":"https://codeload.github.com/Guayand0/Minecraft-Server-Termux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guayand0%2FMinecraft-Server-Termux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35168795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-05T02:00:06.290Z","response_time":100,"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":["minecraft","minecraft-server","mods","plugins","server","termux"],"created_at":"2026-07-05T21:01:24.150Z","updated_at":"2026-07-05T21:01:25.602Z","avatar_url":"https://github.com/Guayand0.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minecraft-Server-Termux\n\nGuia para instalar y arrancar un servidor de Minecraft en Termux usando Debian.\n\n## Resumen rapido\n\n1. Instala Debian en Termux con `install.sh`.\n2. Dentro de Debian, instala Java y prepara la carpeta del servidor con `mc.sh`.\n3. Descarga `server.jar` dentro de `~/mc-server`.\n4. Arranca el servidor con `bash start.sh`.\n5. Opcional: instala y usa `playit.gg` para acceso desde fuera de tu red.\n\n## 1. Instalar Debian en Termux\n\nAbre Termux y ejecuta:\n\n```bash\npkg update -y \u0026\u0026 pkg install git -y\ngit clone https://github.com/Guayand0/Minecraft-Server-Termux\ncd ~/Minecraft-Server-Termux\nbash install.sh\n```\n\nEste script instala `proot-distro`, prepara Debian y te deja dentro de la distro.\n\n## 2. Instalar Java y preparar el servidor\n\nYa dentro de Debian, ejecuta:\n\n```bash\napt update -y \u0026\u0026 apt install -y git wget\ngit clone https://github.com/Guayand0/Minecraft-Server-Termux\ncd ~/Minecraft-Server-Termux\nbash mc.sh\ncd ~/mc-server\n```\n\n`mc.sh` instala Java si hace falta, crea `~/mc-server` y copia los scripts base del servidor.\n\n## 3. Descargar el archivo del servidor\n\nDentro de `~/mc-server`, descarga `server.jar`.\n\nEntra en esta [Página Web](https://www.guayando.dev/minecraft-server-termux/), selecciona el servidor y la versión que quieras instalar, copia el comando y ejecutalo en tu terminal Debian.\n\nSi quieres descargar una versión que no aparece en la página web puedes usar este comando reemplazando \u003ccode\u003e$MC_URL\u003c/code\u003e con la URL de descarga del archivo de servidor:\n\n```bash\ncurl -fL -o server.jar $MC_URL\n```\n\n## 4. Iniciar el servidor\n\nCuando `server.jar` ya exista en `~/mc-server`, arranca el servidor con:\n\n```bash\nbash start.sh\n```\n\nPuedes cambiar la RAM sin editar el script:\n\n```bash\nRAM=3072 bash start.sh\n```\n\n## 5. Opcional: instalar playit.gg\n\nSi quieres que otros entren desde fuera de tu red, instala los binarios de `playit.gg`:\n\n```bash\ncd ~/Minecraft-Server-Termux\nbash playit.sh\n```\n\n`playit.sh` detecta tu arquitectura automaticamente y baja estos binarios:\n\n- `aarch64` o `arm64`\n- `amd64` o `x86_64`\n- `armv7` o `armv7l`\n- `i686` o `i386`\n\n## 6. Terminales necesarias\n\nPara jugar con acceso externo vas a usar 3 terminales:\n\n1. Terminal del servidor de Minecraft: `bash start.sh`\n2. Terminal del agente de playit.gg\n3. Terminal del cliente de playit.gg\n\n## 7. Ejecutar playit.gg\n\nAbre una terminal nueva para cada proceso.\n\n### Terminal del agente\n\n```bash\nbash debian.sh\ncd ~/playit\n./playit-linux-$ARQUITECTURA --socket-path=./playit.sock --secret-path=./playit.toml\n```\n\n### Terminal del cliente\n\n```bash\nbash debian.sh\ncd ~/playit\n./playit-cli-linux-$ARQUITECTURA --socket-path=./playit.sock\n```\n\n`playit.sh` te dira exactamente que binarios se descargaron segun tu arquitectura. Cuando el cliente te muestre el enlace para iniciar sesion, abrelo en el navegador, crea el agente y luego crea el tunel. Al terminar, playit.gg te dara una direccion fija para conectar siempre al mismo servidor.\n\n## Orden recomendado de uso\n\n1. Termux: `bash install.sh`\n2. Debian: `bash mc.sh`\n3. Debian: descargar `server.jar`\n4. Debian: `bash start.sh`\n5. Opcional: `bash playit.sh`\n6. Opcional: abrir las dos terminales de `playit.gg`\n\n## Notas utiles\n\n- `debian.sh` solo sirve para entrar a Debian desde Termux.\n- `start.sh` comprueba que exista `server.jar` antes de arrancar.\n- Si quieres subir o cambiar la RAM, usa la variable `RAM`.\n- `playit.sh` descarga el binario correcto segun la arquitectura detectada.\n\n## Licencia\n\nEste repositorio es codigo libre y puedes usarlo sin problema.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguayand0%2Fminecraft-server-termux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguayand0%2Fminecraft-server-termux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguayand0%2Fminecraft-server-termux/lists"}