Advanced Search
Search Results
32 total results found
Schedule Backup Job with PBS
This guide goes over scheduling backup job with PBS server. Proxmox Virtual Environment can run it's own jobs, but for best optimization, using deducation and verify jobs, having PBS is good idea. Also, it provides redundancy if pve goes down. Using Proxmox B...
Gotify Compose File
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...
Installing Gotify with iGotify for iOS
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...
Installing UxPlay on Linux
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...
New Server Hardening- VPS
Guides on Setting up VPS servers and making sure they are as secure as possible
Linux 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...
MeshCentral
Docker
Installing 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...
MeshCentral Installation on Ubuntu Server
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...
Dockhand
Dockhand Hawser Docker Compose Agent
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 ...
Connecting Server Directory to Synology NAS (NFS Setup)
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. ...
Post Install ACME Falining Fix
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...