Download MCBDS Manager
Complete Windows installation with Manager UI, Service, and Web Dashboard. Professional installer with automated HTTPS and Xbox Live setup.
Download Installer (v1.1.51)Windows 10/11 | Server 2019+ | ~30MB | Free & Open Source
What's New in v1.1.51
Windows Manager UI
- NEW: Native desktop application (.NET MAUI)
- Manage server without browser
- All web features included
- Multi-server support
- Auto-installed with service
HTTPS & Security
- Self-signed certificate generation
- Automatic certificate trust setup
- SSL/TLS encryption
- Secure remote management
- Certificate configuration guide
Xbox Live Integration
- XUID lookup via OpenXBL API
- Installer configuration wizard
- 24-hour result caching
- Known gamertag mappings
- Optional API key setup
Professional Installer
- One-click automated setup
- Interactive configuration wizard
- Firewall rules setup
- Service auto-start on boot
- Preserves settings on upgrade
v1.1 Features (Included)
Fully Compatible: All UI versions work with v1.1.51 servers. The Windows Manager UI is automatically installed and pre-configured.
Installation Guide
Download Minecraft Bedrock Server
Get the official Minecraft Bedrock Dedicated Server from Microsoft:
Download Bedrock ServerExtract all files to a folder (e.g., C:\Binaries\bedrock_server).
The bedrock_server.exe must be directly in this folder.
Download MCBDS Installer
Download the complete Windows installation package:
MCBDS.Manager.1.1.51.Installer.exeCode-signed installer • Includes Service + Manager UI + Web Dashboard
Run Installer as Administrator
Right-click the installer and select "Run as Administrator"
Configure Installation
The installer will guide you through configuration:
- Bedrock Server Location: Point to where you extracted bedrock_server.exe
- HTTP Port: Default 8080 (for API access)
- HTTPS Setup: Optional - auto-generates self-signed certificate
- Xbox Live API Key: Optional - enables XUID lookup
- Backup Settings: Frequency and retention
- Log Directory: Where to store logs
Access the Dashboard
Once installed, the service starts automatically. Access the web dashboard:
Open DashboardDefault URL: http://localhost:8080 (or your configured port)
Configure Xbox Live API (Optional)
For player allowlist with automatic XUID lookup, configure Xbox Live API:
- Get a free API key from OpenXBL (xbl.io)
- Edit
C:\Program Files\MCBDS API Service\appsettings.json - Add your API key to the
XboxLivesection - Restart the service:
net stop MCBDSAPIService && net start MCBDSAPIService
System Requirements
Operating System
- Windows 10 (1809+)
- Windows 11
- Windows Server 2019+
Hardware
- 2+ CPU cores
- 4GB+ RAM
- 2GB+ disk space
Docker Version Deprecation Notice
The Docker-based deployment will be deprecated in v1.2 (scheduled for Q2 2025). We strongly recommend migrating to the Windows Service installer for the following benefits:
Advantages of Windows Service:
- Better performance (native execution)
- Automatic Windows updates integration
- Easier configuration management
- Native Windows Service management
- Configuration preservation on upgrades
Migration Path:
- Backup your Bedrock server world data
- Note your current configuration settings
- Stop the Docker container
- Install Windows Service (this installer)
- Point to your existing Bedrock server files
Timeline: Docker support ends with v1.2 release. All new features will only be available in the Windows Service version.
Troubleshooting
- Bedrock server path is correct in
appsettings.json bedrock_server.exeexists at the configured path- Port 8080 is not already in use
- Windows Event Viewer for error details
net stop MCBDSAPIService
# Edit C:\Program Files\MCBDS API Service\appsettings.json
net start MCBDSAPIServiceSolution:
- Ensure API server is v1.1 (check
http://localhost:8080/api/version) - Update UI client to v1.1
- Verify
SupportsPackManagement: truein version response
Solution:
- Get API key from OpenXBL
- Edit
appsettings.jsonand add toXboxLivesection:"XboxLive": { "ApiKey": "your-key-here" } - Restart service