diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index f209dcd..7338ec5 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -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", diff --git a/Minecraft Server Administration/Tips for Minecraft Server Administration.md b/Minecraft Server Administration/Tips for Minecraft Server Administration.md new file mode 100644 index 0000000..4538f96 --- /dev/null +++ b/Minecraft Server Administration/Tips for Minecraft Server Administration.md @@ -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. \ No newline at end of file diff --git a/index.md b/index.md index de784e4..52b428d 100644 --- a/index.md +++ b/index.md @@ -13,4 +13,4 @@ class Site { "Mincraft Server Administration" ] } -``` \ No newline at end of file +```