From 6d28f0d6f5df6765e17a82079a2cd7490a8ba6cc Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 30 Nov 2023 12:48:46 -0500 Subject: Add files via upload --- guide.html | 250 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 250 insertions(+) create mode 100644 guide.html (limited to 'guide.html') diff --git a/guide.html b/guide.html new file mode 100644 index 0000000..54a7fe7 --- /dev/null +++ b/guide.html @@ -0,0 +1,250 @@ + + + + + + + Homelabs - Guide + + + + +
+ + + + + + + + +
+

Introduction

+

+ So you want to make your own homelab? We can get started on + that! +

+

What computers would I need?

+

+ You can use any computer, whether it can be a + small or a big one! +

+ Raspberry Pi + + Thinkcentre + + Server Rack +

+ First one is a small computer, which can do simple stuff like + host files;
Second one is a simple computer but can be + turned into a server;
Last one is a server that can be + mounted on a server rack.
+

+

Example hardware

+

These are hardware I would want to have on my server

+ +

Software

+

Services

+

+ We will need some services to host content like pictures, + videos, or having a game server. Otherwise, what is the point of + having a server? +

+
    +
  • + Jellyfin: Media server for + your legally obtained movies/shows. +
  • +
  • + NextCloud: Cloud server + (or known as a Google Drive/Dropbox alternative) +
  • +
  • + Samba: Local file server, don't need a web browser for this! +
  • +
+

Operating Systems

+

+ An operating system is the essential part of a server. Without + it, nothing will run! +

+
    +
  • + Linux: + Recommended for stability and most popular, Linux has a lot of + variety, but + distributions + like Ubuntu Server is + a good choice! +
  • +
  • + Proxmox: Great for + experts and can launch multiple services in separate + containers/VMs. +
  • +
  • + Windows: It just works. Can be a great start for your home server, + use it to share files within your network, and run simple + services (like a Jellyfin server). +
  • +
+
+

What do I use?

+

Synology DS918+

+ Synology Server + Synology Server (Physical) +

+ It has been my main server since 2020, it currently hosts all of + my files and uses 13 TB. It also can host other services like + Jellyfin, a Minecraft server and some Discord bots. +

+

Specs

+ + + + + + + + + + + + + + + +
CPUIntel Celeron J3455
RAM8 GB
Storage3x6TB WD Red NAS HDD, 1x4TB WD Red NAS HDD
+

Vultr Ubuntu Server

+ server.alee14.me Website + NextCloud Server +

+ I host all public websites in this server. Whether its for my + own services or services for my friends. Oh yeah! These are + publicly accessible websites like my + cloud server, and a + wiki that I am hosting + right now. +

+

Specs

+ + + + + + + + + + + + + + + +
CPUIntel Xeon Processor (Skylake, IBRS)
RAM1 GB
Storage25 GB (and 50 GB for Block Storage)
+
+

Proxmox (Lenovo ThinkCentre M800)

+ Proxmox Server +
+ ThinkCentre M800 SFF +

+ This is a recent addition as it is being used as my main VM + server, where I could easily spin up a new virtual machine + without it slowing down my main machine and able to do + complicated tasks. This computer was refurbished and bought from + Newegg for $188.99 (with taxes) / $179.99 (without taxes), and + replaced the 256 GB SSD with the current SSDs below. +

+

Specs

+ + + + + + + + + + + + + + + +
CPUIntel Core i5-6500
RAM16 GB
Storage500 GB SSD, 2 TB SSD
+
+ + + -- cgit v1.2.3