Skip to content

Latest commit

 

History

History
72 lines (47 loc) · 2.8 KB

File metadata and controls

72 lines (47 loc) · 2.8 KB

Bastion Server Platform

Bastion GSLP License Discord Free Palestine! Banner

Open-source, Windows-based server management system designed for Minecraft server hosting. Built with C# and .NET Framework, it provides a sleek web-based panel and powerful backend to manage, start, stop, and monitor your servers — all with a Windows-native approach.

Features

  • Minecraft Server Management (Start, Stop, Restart)
  • Plugin/Mod Manager installs and updates Plugins and Mods quickly for your servers
  • Web-Based Admin Panel allows easy access, even remotely
  • Secure Auth with Roles (Admin/User)
  • Server Logs and Console Output
  • File Manager with Upload/Download/Permissions
  • Scheduler & Task Automation
  • Web API for integrations
  • Modern UI designed with inspiration from the Material Design Language

Requirements

  • Windows 10 or newer recommended
  • .NET Framework 4.7.2
  • A Web Server (for Frontend)
  • Administrator privileges (recommended)

Installation

  1. Download the Installer from the Releases page:

  2. Install Server Platform using the downloaded Installer executable.

  3. Host the frontend

    • Extract the Frontend package from the release ZIP, and upload to a Web Server.
    • Set the necessary details for Backend connection in the appsettings.json file.
      • BackendUrl should be set as your Backend server's public URL and Port.
  4. Run Server Platform's components, including the Backend and Frontend.

  5. Login with the default admin credentials:

    • Username: admin
    • Password: admin (Change this immediately!)

Documentation

Documentation is available on our GitHub wiki.

Community & Support

  • Discord: discord.gg/EmEG5Eecys
  • Bug reports: Create a new Issue via GitHub
  • Feature requests: Submit via Discussions

License

This project is licensed under Bastion GSLP 2.1. See LICENSE.md for more details.

Contributing

Pull requests are welcome! Please read the CONTRIBUTING.md before submitting.

Credits