Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

40 total results found

Gotify Compose File

Installation Guides for Software and Se... Gotify

services: gotify: container_name: gotify hostname: gotify image: gotify/server restart: unless-stopped security_opt: - no-new-privileges:true networks: - net ports: - "3030:80" volumes: - d...

Compose File
Installation
notification

Installing Gotify with iGotify for iOS

Installation Guides for Software and Se... Gotify

Gotify is a self-hosted notification server that lets you send messages to devices and apps via a simple API. It’s great for server alerts, home automation, and custom scripts because you control delivery and history. iGotify is the bridge that makes Gotify w...

Installation
notification
homelab
Setup

Installing UxPlay on Linux

Installation Guides for Software and Se... UxPlay

This guide explains how to: Install UxPlay on Fedora Create a launch script Create a .desktop launcher so UxPlay appears in the Apps menu Run UxPlay in the background without freezing the launcher Install UxPlay and create Launch Scr...

Installation
UxPlay
Remote Access
Phone
Device

New Server Hardening- VPS

SSH Commands and Guides

Guides on Setting up VPS servers and making sure they are as secure as possible

VPS
ssh
Installation

Linux Server Hardening- VPS

SSH Commands and Guides New Server Hardening- VPS

These steps go over ways to help harden your Linux Server, especially on a VPS. As VPS servers are public, adding additional security is crucial. Requirements  linux-Debian server has been installed SSH public key has already been shared with VPS setup, o...

ssh
Installation
VPS

MeshCentral

Installation Guides for Software and Se...

MeshCentral
Installation
homelab

Docker

Installation Guides for Software and Se...

Installation
Docker

Installing Docker

Installation Guides for Software and Se... Docker

Steps for Installing Docker   Add the Docker Repository echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.li...

homelab
Installation
Docker

MeshCentral Installation on Ubuntu Server

Installation Guides for Software and Se... MeshCentral

These Instructions follow the steps of starting personal MeshCentral remote support server. Prerequisites require you to have set up ubuntu server, and have DNS record set up to point to this ip:443. It's good idea to use cloudflare tunnel or other type of tun...

homelab
Installation
MeshCentral

Dockhand

Installation Guides for Software and Se...

Installation
homelab
Docker
Dockhand

Dockhand Hawser Docker Compose Agent

Installation Guides for Software and Se... Dockhand

To install Docker Compose Agent for Dockhand version: '3.8' services: hawser: image: ghcr.io/finsys/hawser:latest container_name: hawser volumes: - /var/run/docker.sock:/var/run/docker.sock - hawser_stacks:/data/stacks ...

Installation
Docker Compose
Dockhand

Connecting Server Directory to Synology NAS (NFS Setup)

Installation Guides for Software and Se...

This is a step-by-step document on how to connect a server directory to a Synology NAS using NFS. This guide assumes you have access to both the server and the Synology NAS. Prerequisites     Access to a server (Linux-based).    Access to a Synology NAS.    ...

Installation
Synology
ssh
Setup
NFS
File Share

Post Install ACME Falining Fix

Installation Guides for Software and Se... Pangolin

This guide walks you through the exact steps to diagnose and fix ACME certificate issues during a Pangolin installation. These steps cover the most common real‑world causes: DNS mismatches, blocked ports, Traefik misconfiguration, and redirect loops. Follow th...

Installation
Pangolin
troubleshoot
Setup

Proxmox Virtual Environment Setup

Proxmox VE & PBS Setup Guide

Complete Setup & Configuration Guide to setup Proxmox with prioritizing security

Setup
Installation
homelab
Proxmox

Installation

Proxmox VE & PBS Setup Guide Proxmox Virtual Environment Setup

This article walks through downloading the Proxmox VE ISO, creating a bootable USB drive, and installing Proxmox on your server hardware. Note: Proxmox VE is a bare-metal installer. The entire target drive will be erased. Back up any important data before proc...

Installation
Setup
Proxmox

Web Console Tour & Preliminary Setup

Proxmox VE & PBS Setup Guide Proxmox Virtual Environment Setup

This article covers the Proxmox web interface, the primary tool for managing your server, VMs, and containers. Also, best practices for first login.   Post-Install Configuration (Highly Recommended)   Disable the Enterprise Repository (No Subscription) In the...

Installation
Setup
Proxmox

Building a Virtual Machine & Templates

Proxmox VE & PBS Setup Guide Proxmox Virtual Environment Setup

This article covers creating and configuring a full virtual machine in Proxmox. The example uses Ubuntu Server as the guest OS. Ubuntu Server is best lightweight option for running server as virtual machine. Unlike Ubuntu Desktop, this VM is accessed via comma...

Installation
Setup
Proxmox

Building Containers (LXC) & Templates

Proxmox VE & PBS Setup Guide Proxmox Virtual Environment Setup

LXC containers are a lightweight alternative to full VMs. They are ideal for running Linux services with minimal overhead. However they are running as rootless, so there is little more risk to compromising hypervisor itself as it shares kernel, unlike VM. Best...

Installation
Setup
Proxmox