42 lines
1.3 KiB
Markdown
42 lines
1.3 KiB
Markdown
---
|
|
title: Server Overview
|
|
description: Details of the server
|
|
published: 1
|
|
date: 2026-01-23T17:45:34.480Z
|
|
tags:
|
|
editor: markdown
|
|
dateCreated: 2026-01-22T17:55:26.650Z
|
|
---
|
|
|
|
# 🖥️ Server Overview & Access
|
|
|
|
This page contains the core connection details for the George's Personal Server hosted on Hetzner Cloud.
|
|
|
|
## 📍 Connection Details
|
|
* **Hetzner IP:** `188.34.204.15`
|
|
* **Location:** Nuremberg, Germany (hel1)
|
|
* **SSH User:** `george`
|
|
* **SSH Command:** `ssh george@188.34.204.15`
|
|
|
|
---
|
|
|
|
## 🔒 Security Configuration
|
|
* **Firewall (UFW):** Active.
|
|
* Allowed Ports: `22` (SSH), `80` (HTTP), `443` (HTTPS).
|
|
* **Fail2Ban:** Active. Protects against brute-force SSH attempts.
|
|
* **Snapshot Policy:** Manual snapshots should be taken in the Hetzner Console before major changes.
|
|
|
|
---
|
|
|
|
## 🌐 Domain Management
|
|
* **Registrar:** Namecheap.
|
|
* **DNS Strategy:** Individual A Records for subdomains.
|
|
|
|
## 💾 Storage Architecture
|
|
The server uses a **Hybrid Storage** model to balance performance and cost:
|
|
* **Local SSD (Hot):** 28GB available on `/`. Stores app configs and "Current Listen" audiobooks.
|
|
* **Cloud Storage (Cold):** 2TB Google One via Rclone.
|
|
* **Mount Point:** `~/google-drive`
|
|
* **Logic:** Uses a 10GB local VFS cache to ensure smooth streaming without high latency.
|
|
|