ServerAPI is a versatile software that allows you to turn any machine (Windows, Linux, and macOS) into a server. It sends machine statistics via email (configurable via setup wizard), display and register logs.
This project uses lettre
crate to send e-mails, async-std to execute code in async/await and valence
to add minecraft server software that runs in async with the mail server (removed). Everything is written in the Rust programming language (except the sent mail which is written in html & css, see the showcase
section).
ServerAPI has 1 single stable release which is 1.0.0, please install the release here
This project isn't meant for production use, it doesn't even support encryption!
- Easy installation and setup
- Sends machine statistics via email
- Supports running a Minecraft server with monitoring
- Access to Wi-Fi
- A compatible device (only Desktop devices are supported)
- Download and install the executable file.
- Launch the software.
- Follow the setup wizard.
- Enjoy using ServerAPI!
ServerAPI includes a setup wizard that guides the user through the necessary configuration steps. The user simply needs to answer the wizard's questions and confirm the provided information.
For support, please create an "issue" on the GitHub page of the software.
We welcome contributions! If you would like to contribute, please fork the repository and create a pull request. We are open to any suggestions for improvement.
This project is open-source and available under the MIT license. You are free to use, modify, and distribute the code as needed.
Special thanks to the Rust programming language community and the creators of the "lettre" Rust crate for making this project possible.