https://github.com/entity12208/fabric-smp
A Fabric SMP Minecraft server run entirely on Linux!
https://github.com/entity12208/fabric-smp
linux mc mc-server minecraft minecraft-server smp
Last synced: 6 months ago
JSON representation
A Fabric SMP Minecraft server run entirely on Linux!
- Host: GitHub
- URL: https://github.com/entity12208/fabric-smp
- Owner: entity12208
- License: mit
- Created: 2025-04-13T15:28:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-15T15:50:21.000Z (6 months ago)
- Last Synced: 2025-04-15T23:14:45.447Z (6 months ago)
- Topics: linux, mc, mc-server, minecraft, minecraft-server, smp
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fabric SMP
An SMP fabric server for linux.## Setup
To set up the server, first clone into this repository using:
```
git clone https://github.com/entity12208/fabric-smp/
cd fabric-smp
```
Then, setup the server with:
```
chmod +x setup-fabric-smp-full.sh
./setup-fabric-smp-full.sh
```
This will create a folder for the server with **some** of the files needed. To make the rest, start the server.
## Starting the server
To start the server, run:
```
./start-server.sh
```
This will make the terminal into the server **console**.
## Backing up the server
To back up the server and all its files, run:
```
./backup.sh
```
This will be run automatically every day at **3 AM**(if the device is on).
## Whitelist
To join the server, you must first add your username and UUID to the Whitelist file, `whitelist.json` (find your UUID at `minecraftuuid.com`). If you would like your server to be public, remove this file entirely.
## Things to remember
* This server works on Java edition *only*. For bedrock support, add geyser (`geysermc.org`).
* For the best 24/7 support, run this on a **Raspberry Pie** (Pi 5 recommended), a type of mini-computer.
* Make sure to forward port `25565` on your router.