|
@@ -3,14 +3,14 @@ A Minecraft server resource repository for running it on RockyLinux 9.x
|
|
|
|
|
|
## Installation ##
|
|
## Installation ##
|
|
<details>
|
|
<details>
|
|
-<summary>To setup your Minecraft server start out with a fresh RockyLinux 9.x server/vps/LXC - i use a ProxMox (https://www.proxmox.com/en/proxmox-ve) LXC,
|
|
|
|
-and will assumes that your server has:</summary>
|
|
|
|
|
|
+<summary>To setup your Minecraft LXC server start out with a fresh RockyLinux 9.x LXC - and will assumes that your server has:</summary>
|
|
|
|
|
|
* (atleast) 4Gb of memory available.<br>
|
|
* (atleast) 4Gb of memory available.<br>
|
|
* Default minecraft port 25565 (TCP/UDP) open in firewall<br>
|
|
* Default minecraft port 25565 (TCP/UDP) open in firewall<br>
|
|
* SSH acccess to the box.<br>
|
|
* SSH acccess to the box.<br>
|
|
</details>
|
|
</details>
|
|
|
|
|
|
|
|
+
|
|
###### Install required packages: (some packages like zstd are work in progress for changing backup to use them in the future)
|
|
###### Install required packages: (some packages like zstd are work in progress for changing backup to use them in the future)
|
|
```
|
|
```
|
|
dnf install wget tmux tar zstd java-21-openjdk -y
|
|
dnf install wget tmux tar zstd java-21-openjdk -y
|