This is a Minestrator Minecraft website template built with Next.js, TypeScript, and Tailwind CSS. The application provides real-time monitoring of a Minecraft server's status, usage statistics (CPU, RAM, Disk), and player activity.
To run the template using vercel click the Deploy button below :
To run the launcher locally, follow these steps:
Clone the repository:
git clone https://github.com/yourusername/minecraft-website-template.git
cd minecraft-server-launcher
Install the dependencies:
npm install
Set up environment variables:
Create a .env.local
file in the root of the project and add your server's credentials:
NEXT_PUBLIC_SERVER_TOKEN=your_minestrator_token
NEXT_PUBLIC_SERVER_ID=your_minestrator_server_id
NEXT_PUBLIC_SERVER_NAME=your_server_name
NEXT_PUBLIC_SERVER_IP=your_server_ip
Run the development server:
npm run dev
Open http://localhost:3000 in your browser to view the launcher.
To build for production:
npm run build
npm run start
This project is licensed under the MIT License.