EML AdminTool is a Web software to manage a Minecraft Launcher built with EML Lib library.
- Files Updater: Update your Minecraft files and loader (Vanilla, Forge or Fabric).
- Bootstraps: Auto-update your Minecraft Launcher.
- Maintenance: Manage your Minecraft Launcher.
- News: Manage your Minecraft Launcher news.
- Background: Manage your Minecraft Launcher background.
- Stats: See stats about your Launcher.
- The Admin of the server can manage the users permissions.
- And more...
Please follow this guide.
You can download the previous major version of the EML AdminTool. However, be careful, this version is no longer maintained and has security vulnerabilities.
You can help to translate EML AdminTool!
The languages files are here. You can create another file with your translation. Please make sure to provide a correct translation!
Then, you can submit your translation file as an issue, by using the Language issue template. Your file needs to be checked and approved by two other persons.
Then, download the code and run the command:
cd EML-AdminTool-v2
npm iYou can now start the development server:
cd docker
docker-compose -f dockerfile.dev.yml upThe application is accessible at http://localhost:5173. You can also access pgAdmin at https://localhost:5050.
You can now make pull requests!
- This repository contains a
.envfile. All the information in this file is fake (random strings), and will be replaced by the real information when you install EML AdminTool. - This Web software is under the
GNU AGPLv3license; to get more information, please read the fileLICENSE. It is legally obligatory to respect this license. - If you need some help, you can join this Discord.
Footnotes
-
On desktop (Windows, macOS and Linux), you can use Docker Desktop, which includes Docker and Docker Compose. On a server (Linux), you should install Docker and Docker Compose separately. ↩
