We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db60758 commit ee60693Copy full SHA for ee60693
README.md
@@ -1,2 +1,22 @@
1
# Minecraft Server Hub
2
### A web-interface for managing multiple Minecraft Servers based on SSH Connections
3
+
4
+Manage all your Minecraft Servers from one Web interface!
5
6
+## Warning
7
+#### Compatibility is very limited currently
8
+System Requirements:
9
+- Linux Operating System
10
+- Required Programs
11
+ - `screen`
12
+ - `wget`
13
+ - `tar`
14
+- Authentication
15
+ - Currently only supports OAuth2 Authentication through [JetBrains Hub](https://www.jetbrains.com/hub/)
16
+- Database
17
+ - Currently only supports MySQL
18
19
+### Known issues
20
+- View and Edit server is bugged
21
+- Edit User/Server permissions in web incomplete; please modify the DB instead
22
+- Console page sometimes does not connect
0 commit comments