vault backup: 2025-03-19 17:19:54
All checks were successful
Update pages on webserver / Update (push) Successful in 6s

This commit is contained in:
themodernhakr 2025-03-19 17:19:54 -05:00
parent 76795b0b98
commit 80f37ce649
3 changed files with 25 additions and 9 deletions

View File

@ -13,12 +13,12 @@
"state": {
"type": "markdown",
"state": {
"file": "index.md",
"file": "Minecraft Server Administration/Tips for Minecraft Server Administration.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "index"
"title": "Tips for Minecraft Server Administration"
}
}
]
@ -94,7 +94,7 @@
"state": {
"type": "backlink",
"state": {
"file": "index.md",
"file": "Minecraft Server Administration/Tips for Minecraft Server Administration.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -104,7 +104,7 @@
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks for index"
"title": "Backlinks for Tips for Minecraft Server Administration"
}
},
{
@ -113,12 +113,12 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "index.md",
"file": "Minecraft Server Administration/Tips for Minecraft Server Administration.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links from index"
"title": "Outgoing links from Tips for Minecraft Server Administration"
}
},
{
@ -142,13 +142,13 @@
"state": {
"type": "outline",
"state": {
"file": "index.md",
"file": "Minecraft Server Administration/Tips for Minecraft Server Administration.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Outline of index"
"title": "Outline of Tips for Minecraft Server Administration"
}
},
{
@ -182,6 +182,7 @@
"active": "246e3fe4155bbefd",
"lastOpenFiles": [
"Minecraft Server Administration/index.md",
"Minecraft Server Administration/Tips for Minecraft Server Administration.md",
"index.md",
"Minecraft Server Administration",
"-r",

View File

@ -0,0 +1,15 @@
---
title: Tips for Minecraft Server Administration
published: "true"
---
This is a kind of catch-all page. I've gathered a number of random tid-bits from my time hosting a server. Some bits merit there own page, and in the cases where one is written, there will be a link. Some don't need anymore than a list or a few sentences.
# Hosting
All *I've* ever done in regards to hosting is on-prem. There are plenty of suggestions out there if you would rather use a hosted service or self-host using a vps. If you're going the on-prem route, however, I might be able to provide some tips.
## Hardware
The main considerations are **RAM**, **CPU** and **GPU**.
### CPU
This is honestly the most important variable. You don't need an overpowered CPU, but a high clock speed really will make a difference (GHz is what you're looking for). Minecraft is famously single-threaded, so prioritize single-core performance over more cores.
### RAM
You need a decent about of this stuff if you want to run a multiplayer server. I like allocating right around **8gb** *dedicated to the Minecraft server*. It is essential to leave headroom for the operating system.
### GPU
I honestly haven't explored this avenue very extensively. It might be possible to offload some stuff, but I'm not sure how much this effects the server-side.

View File

@ -13,4 +13,4 @@ class Site {
"Mincraft Server Administration"
]
}
```
```