Multiplatform app to control Minecraft Bedrock Dockerized servers, built with Flutter.
Admincraft is a multiplatform app for managing Minecraft Bedrock servers in Docker containers. Given that RCON isn't available for Bedrock, Admincraft uses the Admincraft WebSocket project to interact with the Minecraft server. This approach allows for secure and real-time command execution and server management through a WebSocket connection, providing an intuitive GUI for tasks such as issuing commands, performing server maintenance, and monitoring server logs.
- Currently optimized for use with Oracle Always Free, using a server created with docker-minecraft-bedrock-server.
- Development is focused on Android and Windows; other platforms may be unstable.
You need a Minecraft Bedrock server and Admincraft WebSocket running in Docker to use Admincraft. Visit the server setup guide to set up yours for free!
Once you have your server ready, download Admincraft for your platform, add your server in the app, and you're good to go!
- Follow the official Flutter installation guide.
- Open the project in the IDE of your choice (VSCode is recommended) and run the app by following this guide.
- Run
flutter build apk. - The APK will be available at build/app/outputs/apk/release.
- Run
flutter build windows. - The .exe file with the required files will be available at build/windows/x64/runner/Release.
Admincraft uses GitHub Actions to automate building and releasing the app. New releases are triggered by running the "Bump Version & Release" workflow from the GitHub Actions tab. This will automatically start the build and release process. The process consists of two workflows:
- Bump Version & Release (.github/workflows/bump-version-and-release.yml): This workflow bumps the version in
pubspec.yaml, commits the change, and creates a new tag. It can be triggered manually and supports major, minor, or patch version increments. - Build and Release (.github/workflows/build-and-release.yml): This workflow is triggered manually or automatically after the completion of the "Bump Version & Release" workflow. It builds the app for Android and Windows, names the artifacts with the version, and uploads them to the GitHub Releases page as downloadable files.
You can view the planned, started, and completed features in GitHub Projects.
The community and team are available in GitHub Discussions, where you can ask for support, discuss the roadmap, and share ideas.
Our Contribution Guide describes how to contribute to the codebase and documentation.
Docker tools
Fonts
Licensed under the GPLv3 License.







