Update README.md

This commit is contained in:
==TIM.©.B == 2025-03-11 22:59:32 +01:00 committed by GitHub
parent 0b2567bfc7
commit d7265a0bb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,3 @@
```markdown
# 🖥️ Minecraft Server on Proxmox # 🖥️ Minecraft Server on Proxmox
This repository provides a guide and an automated script to set up a **Minecraft server** on **Proxmox** using either a **Virtual Machine (VM) or an LXC container**. This repository provides a guide and an automated script to set up a **Minecraft server** on **Proxmox** using either a **Virtual Machine (VM) or an LXC container**.
@ -9,14 +8,18 @@ This repository provides a guide and an automated script to set up a **Minecraft
✅ Automated installation of Minecraft Java/Bedrock servers ✅ Automated installation of Minecraft Java/Bedrock servers
✅ Works with Proxmox VM or LXC container ✅ Works with Proxmox VM or LXC container
✅ Performance optimizations included ✅ Performance optimizations included
✅ Customizable settings ✅ Customizable settings
---
## 🚀 **Installation Guide (Proxmox VM)**
--- ---
## 🚀 **Installation Guide (Proxmox VM)**
### **1⃣ Create a Proxmox VM** ### **1⃣ Create a Proxmox VM**
1. Open **Proxmox Web Interface** → Click on **"Create VM"**
1. **Open Proxmox Web Interface** → Click on **"Create VM"**
2. **General Settings**: 2. **General Settings**:
- Name: `Minecraft-Server` - Name: `Minecraft-Server`
@ -44,6 +47,7 @@ This repository provides a guide and an automated script to set up a **Minecraft
apt update && apt install -y qemu-guest-agent apt update && apt install -y qemu-guest-agent
``` ```
![Minecraft Server Setup](https://github.com/TimInTech/minecraft-server-Proxmox/blob/main/minecraft-setup.png?raw=true) ![Minecraft Server Setup](https://github.com/TimInTech/minecraft-server-Proxmox/blob/main/minecraft-setup.png?raw=true)