Minecraft servers tracker built on Cloudflare Workers with Vue.js.
- Fast, running on more than 300 datacenters worldwide thanks to Cloudflare Workers
- Historical player counts for the last few months
- Fully responsive
- Intuitive interface to manage servers
- Supports both Minecraft: Java Edition and Minecraft: Bedrock Edition support
- Fully translatable
- Install Wrangler CLI
- Run
npm installto install dependencies - Copy
wrangler.example.tomltowrangler.toml - Create a KV namespace named
KV_SERVERSand add its id in thewrangler.toml - Build the Vue.js frontend with
cd frontend && npm install && npm run build - Deploy to Cloudflare Workers with
wrangler deploy
- Add an edit token to the
wrangler.tomlfile, by editing the value ofSERVERS_EDIT_TOKEN - Go on
/editorand change the servers - Enter the token and save
CraftStats was inspired by MineStats (by nathan818), which unfortunately is no longer maintained today.
