{"id":22210414,"url":"https://github.com/warningimhack3r/mintstone","last_synced_at":"2025-07-27T10:31:37.336Z","repository":{"id":181507998,"uuid":"666876401","full_name":"WarningImHack3r/Mintstone","owner":"WarningImHack3r","description":"[WIP - Paused] Comprehensive web admin panel for self-hosted Minecraft servers","archived":false,"fork":false,"pushed_at":"2024-10-29T20:04:49.000Z","size":588,"stargazers_count":3,"open_issues_count":9,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-29T22:40:49.641Z","etag":null,"topics":["administration","java","minecraft","minecraft-server","svelte"],"latest_commit_sha":null,"homepage":"","language":"Svelte","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/WarningImHack3r.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":"2023-07-15T22:07:06.000Z","updated_at":"2024-10-03T12:55:22.000Z","dependencies_parsed_at":"2023-11-06T10:50:51.374Z","dependency_job_id":"57484f68-019c-42d8-a6ad-307478f31212","html_url":"https://github.com/WarningImHack3r/Mintstone","commit_stats":null,"previous_names":["warningimhack3r/mintstone"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WarningImHack3r%2FMintstone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WarningImHack3r%2FMintstone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WarningImHack3r%2FMintstone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WarningImHack3r%2FMintstone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WarningImHack3r","download_url":"https://codeload.github.com/WarningImHack3r/Mintstone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227795403,"owners_count":17821007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","java","minecraft","minecraft-server","svelte"],"created_at":"2024-12-02T20:12:30.294Z","updated_at":"2024-12-02T20:12:30.921Z","avatar_url":"https://github.com/WarningImHack3r.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"frontend/static/Mintstone.png\" alt=\"Mintstone Logo\" width=\"100\" /\u003e\n\n# Mintstone\n\nComprehensive web admin panel for self-hosted Minecraft servers. Supports all servers since Minecraft [Beta 1.9-pre4](https://minecraft.wiki/Java_Edition_Beta_1.9_Prerelease_4) (2011/10).\n\n## Features\n\n- Server management\n- Support for multiple servers\n- Server updates monitoring and notifications\n- ...and more!\n\n## Planned Features\n\n- Authentication\n- Server monitoring\n- Plugin monitoring\n- Support for all server types (Vanilla, Spigot, Paper, etc.)\n\nYou can see the full list of planned features [in the Projects tab](https://github.com/WarningImHack3r/Mintstone/projects).\n\n## Setup\n\n### Configuring your Minecraft server\n\nEdit your `server.properties` by changing the following values:\n\n```properties\n# Enable most of the features\nenable-rcon=true\n# Set any password you want but set one. If you don't, the server will automatically disable RCON\nrcon.password=\u003cyour password\u003e\n# Change it or leave it as is, but make sure it's not the same as your server port and note it down\n# Note: don't forget to open this port in your firewall if you want to access it from outside your network\nrcon.port=\u003cyour port\u003e\n\n# Enable monitoring features\nenable-jmx-monitoring=true\n```\n\nThen restart your server.\n\n### Installing Mintstone\n\n#### Docker (recommended)\n\n1. Make sure you have [Docker](https://www.docker.com) installed.\n2. Create the container with the following command:\n    ```sh\n    docker run -d \\\n        --name mintstone \\\n        -p 8080:8080 \\\n        -p 3000:3000 \\\n        ghcr.io/warningimhack3r/mintstone\n    ```\n    \u003e `8080:8080` needs to be exposed in order for Mintstone to work. `3000:3000` is also required, although it can be changed to any other port (`1234:3000` to use port 1234, for example).\n3. Open `http://localhost:3000` in your browser.\n\n#### Manual (Docker Compose)\n\n1. Make sure you have [Docker](https://www.docker.com) and [Docker Compose](https://docs.docker.com/compose) installed.\n2. Clone this repository.\n3. Run `docker-compose up` in the root directory.\n4. Open `http://localhost:3000` in your browser.\n\n#### Manual\n\n1. Make sure you have [Node.js](https://nodejs.org) (v16+), [PNPM](https://pnpm.io), and [Java](https://www.java.com) installed.\n2. Clone this repository.\n3. Run `./gradlew bootRun` (or `gradlew.bat bootRun` on Windows) in the `backend` directory.\n4. Run `pnpm install` in the `frontend` directory.\n5. Run `pnpm build` in the `frontend` directory.\n6. Run `pnpm start` in the `frontend` directory.\n7. Open `http://localhost:3000` in your browser.\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n---\n\u003e Entirely and proudly written with the [Monocraft](https://github.com/IdreesInc/Monocraft) font!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarningimhack3r%2Fmintstone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwarningimhack3r%2Fmintstone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarningimhack3r%2Fmintstone/lists"}