vault backup: 2025-03-19 17:19:54
All checks were successful
Update pages on webserver / Update (push) Successful in 6s
All checks were successful
Update pages on webserver / Update (push) Successful in 6s
This commit is contained in:
parent
76795b0b98
commit
80f37ce649
17
.obsidian/workspace.json
vendored
17
.obsidian/workspace.json
vendored
@ -13,12 +13,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "index.md",
|
"file": "Minecraft Server Administration/Tips for Minecraft Server Administration.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "index"
|
"title": "Tips for Minecraft Server Administration"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -94,7 +94,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "index.md",
|
"file": "Minecraft Server Administration/Tips for Minecraft Server Administration.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@ -104,7 +104,7 @@
|
|||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
},
|
},
|
||||||
"icon": "links-coming-in",
|
"icon": "links-coming-in",
|
||||||
"title": "Backlinks for index"
|
"title": "Backlinks for Tips for Minecraft Server Administration"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -113,12 +113,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "index.md",
|
"file": "Minecraft Server Administration/Tips for Minecraft Server Administration.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
},
|
},
|
||||||
"icon": "links-going-out",
|
"icon": "links-going-out",
|
||||||
"title": "Outgoing links from index"
|
"title": "Outgoing links from Tips for Minecraft Server Administration"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -142,13 +142,13 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "index.md",
|
"file": "Minecraft Server Administration/Tips for Minecraft Server Administration.md",
|
||||||
"followCursor": false,
|
"followCursor": false,
|
||||||
"showSearch": false,
|
"showSearch": false,
|
||||||
"searchQuery": ""
|
"searchQuery": ""
|
||||||
},
|
},
|
||||||
"icon": "lucide-list",
|
"icon": "lucide-list",
|
||||||
"title": "Outline of index"
|
"title": "Outline of Tips for Minecraft Server Administration"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -182,6 +182,7 @@
|
|||||||
"active": "246e3fe4155bbefd",
|
"active": "246e3fe4155bbefd",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Minecraft Server Administration/index.md",
|
"Minecraft Server Administration/index.md",
|
||||||
|
"Minecraft Server Administration/Tips for Minecraft Server Administration.md",
|
||||||
"index.md",
|
"index.md",
|
||||||
"Minecraft Server Administration",
|
"Minecraft Server Administration",
|
||||||
"-r",
|
"-r",
|
||||||
|
|||||||
@ -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.
|
||||||
Loading…
Reference in New Issue
Block a user