Molactyl is a powerful and efficient dashboard built using Bun. It provides features like server creation, user management, an admin panel, a store, an AFK page, and the ability to scan available nodes and images.
Before getting started, ensure you have the following installed:
- Git: For cloning the repository.
- Bun: To manage dependencies and run the application. You can install Bun from bun.sh.
Follow the steps below to set up and run the Molactyl dashboard:
-
Clone the repository:
git clone https://github.com/hydren-dev/Molactyl.git
-
Navigate into the project directory:
cd Molactyl -
Install dependencies using Bun:
bun install
-
Configure the environment file:
mv .env_exemple .env
Edit the
.envfile to match your setup.
To start the Molactyl panel, use the following command:
bun run index.js- Server Creation: Easily create and manage servers.
- User Creation: Manage users with a robust user system.
- Admin Panel: Powerful admin tools for managing your services.
- Store: Integrated store for handling purchases and upgrades.
- AFK Page: Dedicated page for AFK users.
-
To scan nodes available on your system, go to:
/scannodes -
To scan images available for server creation, go to:
/scanimages
For any issues or suggestions, please open an issue on the GitHub repository.
This project is licensed under the terms of the repository's license. Check the LICENSE file for details.