Advanced Search
Search Results
79 total results found
HAProxy Installation
HAProxy Configuration
Netbox Installation
All netbox installation documentation
[How-To] Change the Default Data Directory for MariaDB Server
Purpose This documentation will focus on the process of changing the default data directory from its mysql default to a desired location. This will not focus on how to create the remote directory or how to mount it to the db server. Prerequisites List of pr...
[How-To] Migrate MariaDB Database from local to remote MariaDB Server
Purpose Show how to migrate MariaDB database from local to remote MariaDB server Prerequisites List of prerequisites: Root user or sudo user MariaDB Servers MariaDB Admin user Instructions Step 1: Backup your WordPress Database Local Database ...
[How-To] Add Web Server to Proxmox VE Node
Introduction This allows you to access Proxmox VE via the port 443 Tested from Proxmox 3.4 - 6.3 Why do I need this? Sometimes there is a firewall restriction that blocks port 8006 and since we shouldn't touch the port config in proxmox we'll just use ngin...
[How-To] Join PVE Node to Active Directory Domain
Purpose This tutorial will walk through the steps necessary to join your Proxmox VE server to Microsoft Active Directory on a Windows Server. Prerequisites List of prerequisites: Root user PVE Node Active Directory Domain Domain Admin User Standard...
[How-To] Unlock CT Manually via Shell
Purpose Manually unlock CT via the proxmox node shell. Prerequisites List of prerequisites: Root user for Proxmox Node Debian 12 CT in Proxmox Unlocking the LXC container with the pct tool Proxmox VE provides the pct tool to manage Linux containers ...
[How-To] Delete CT Manually in Shell
Purpose Manually delete CT via the proxmox node shell. Prerequisites List of prerequisites: Root user for Proxmox Node CT in Proxmox Deleting the LXC container with the pct tool Proxmox VE provides the pct command to assist with container actions. I...
[How-To] Create and Manage ISCSI Storage on Proxmox VE
Purpose This How-To will guide you in creating and managing your ISCSI storage in the Proxmox Virtual Environment. Prerequisites List of prerequisites: Proxmox VE Node (Minimum 1) Root Credentials to Proxmox VE Node ISCSI LUN created on a remote stora...
[How-To] Configure Email Server with Zoho SMTP Settings
Purpose Explain how to configure an email server with Zoho ZMTP Settings. Prerequisites List of prerequisites: Licensed Email on Zoho (Not shared mailbox) Credentials to that Licensed Email SMTP Server Configuration - Zoho Mail SMTP - Simple Mail Tr...
[How-To] Stand Up WireGuard P2P between two sites
Overview of the Setup JAX01 (Your Homelab): Network: Multiple VLANs. VPN VM: Will be connected to a dedicated VLAN for VPN traffic. Local Networks: Accessible alongside the VPN. JAX02 (Friend’s Homelab): Network: Single non-VLAN network (19...
[How-To] Install MariaDB on Ubuntu 24.04 LTS
Purpose The purpose of this document is to show explain in full detail the steps to take a freshly installed vm with Ubuntu 24.04 LTS as the operating system and install/configure MariaDB for use. It will not dive into clustering or changing of binding for ex...
[How-To] Configure Galera Cluster on MariaDB Servers
Purpose The purpose of this How-To is to explain the process in detail of how to take 3 MariaDB servers and cluster them together in a Multi-Master Galera cluster. For best results, it is recommended to have a minimum of 3 MariaDB servers to achieve quorum an...
[How-To] Configure Virtual IP for MariaDB servers with Keepalived
Purpose This How-To serves as documentation on how to add keepalived to your MariaDB servers so they can all share a virtual IP or a VIP. Prerequisites List of prerequisites: Sudo user Galera cluster of MariaDB servers on Ubuntu 24.04 LTS Instructio...
[How-To] Install HAProxy on Ubuntu 24.04 LTS
Purpose Purpose description. Prerequisites List of prerequisites: Root user or sudo user Debian 12 LXC or VM Instructions Step 1: Update and Install HAProxy Install haproxy sudo apt update sudo apt install -y haproxy Step 2: Enable and Start the...
[How-To] Install NetBox on Ubuntu 24 Server
Purpose The purpose of this how to is to show the process for installing and configuring NetBox on ubuntu 24. Prerequisites List of prerequisites: Sudo user Ubuntu 24 LTS VM Instructions Step 1: Postgresql Installation First, update the system: su...
[How-To] Format and Mount Data Drive on Debian Server
Purpose This doc shows how to take an additional virtual hard drive on a linux vm and make a mount point on the main drive with it for nextcloud data. Prerequisites List of prerequisites: Root user or sudo user Debian 12 LXC or VM Instructions Step...
[How-To] Show & Delete Databases and Users in MariaDB
Purpose Show the commands that will show and delete databases and show and delete users in MariaDB. Prerequisites List of prerequisites: Root user or sudo user Server with MariaDB installed Instructions Step 1: Log in to MariaDB Log in to MariaDB a...
[How-To] Configure HAProxy for MariaDB Galera Cluster Load Balancing
Purpose Explain the process of configuring the cfg file on haproxy to load balance a MariaDB Galera cluster of 3 servers. Prerequisites List of prerequisites: Root user or sudo user MariaDB Galera Clustered Servers (Minimum 3) HAProxy Server Instruc...
[How-To] Install Uptime Kuma on Ubuntu 24 LTS VM
Purpose This doc will walk through steps to install Uptime Kuma on a Ubuntu 24 LTS VM. Prerequisites List of prerequisites: Sudo user Ubuntu 24 LTS VM Full Installation Guide for Uptime Kuma on Ubuntu 24.04 Uptime Kuma is a self-hosted monitoring to...
[How-To] Passthrough Hard Drive to VM
Purpose The goal of this how to will be to demonstrate how to passthrough a hard drive, ssd, or nvm drive to a vm directly. Prerequisites List of prerequisites: admin pve user vm in pve unused and unformatted drives in pve Instructions Step 1: Gath...
[How-To] Install OpenJDK 21 on Ubuntu 24 VM
Purpose This article will focus on the installation of OpenJDK 21 on a headless Ubuntu 24 VM. Prerequisites List of prerequisites: Sudo user Ubuntu 24 LXC or VM Instructions Step 1: Install OpenJDK 21 First, update the system: sudo apt update && s...