Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

gnmyt/VoxelDash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoxelDash

A modern, beautiful web dashboard for managing your Minecraft server

GitHub Stars GitHub Forks GitHub Issues Downloads License

📖 Documentation · 🐛 Report Bug · ✨ Request Feature


Features

VoxelDash provides everything you need to manage your Minecraft server from a sleek, modern web interface:

Feature Description
Dashboard Real-time server status, player count, memory usage, and TPS monitoring
Player Management View online players, manage whitelist, and moderate your community
File Manager Browse, edit, upload, and manage server files directly in your browser
Console Full server console access with command execution
World Management Manage multiple worlds, change settings, and organize your server
Plugin Manager Install, update, and manage plugins with SpigotMC integration
Backups Create and restore server backups with scheduling support
Schedules Automate tasks with daily, weekly, or monthly schedules
Configuration Edit server.properties and other configuration files easily

Screenshots

Dashboard
Dashboard
Players
Players
File Manager
File Manager
Console
Console
Plugins
Plugins
Backups
Backups

Quick Start

Requirements

  • Java 17 or higher
  • A Minecraft server (Spigot, Paper, Fabric, or Vanilla)

Installation

  1. Download the latest release from the releases page

  2. Install the plugin/mod on your server:

    • Spigot/Paper: Place the .jar file in the plugins folder
    • Fabric: Place the .jar file in the mods folder
    • Vanilla: Run the standalone .jar file
  3. Start your server and access the dashboard at http://localhost:7867

  4. Login with the credentials shown in the console on first start

For detailed installation instructions, check out our documentation.

Tech Stack

  • Frontend: React, TypeScript, Vite, Tailwind CSS, shadcn/ui
  • Backend: Java, integrated with Minecraft server APIs
  • Supported Platforms: Spigot, Paper, Fabric, Vanilla

Contributing

Contributions are welcome! Feel free to:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.


Built with ❤️ by GNM and contributors