Advanced Search
Search Results
46 total results found
Remote Access Setup
Synology Firewall Setup
Set Up Proxmox Backup Server with NFS Storage
Proxmox Backup Server PBS is design to backup Proxmox Virtual Environment. Proxmox Backup Server is designed to run bare-metal on dedicated hardware, with dedicated drives for the operating system and backups. The main backup should be on bare metal and NFS S...
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...
Backing up Proxmox Virtual Environment to Synology NAS
This article goes trough setting up NFS connection between Synology and PVE Database. Although using Proxmox Backup Server is better for keeping more backups using deduplication, verification and pruning options, having additional backup job directly from PVE ...
Installing Proxmox Backup Server
This article goes over steps for installing Proxmox Backup Server. There is multiple options on where to run PBS instance, however for best performance running it on seperate bare metal machine would be the best option. PBS can run in virtual machine if needed...
Installing Proxmox Backup Server
This article goes over steps for installing Proxmox Backup Server. There is multiple options on where to run PBS instance, however for best performance running it on seperate bare metal machine would be the best option. PBS can run in virtual machine if needed...
Configuring Updates for Proxmox Backup Server
This article goes over setting up Community based updates. By default, PBS (and Proxmox VE), are configured to download the 'Enterprise' repository for your updates. Unless you do have an enterprise license, we need to add the 'no-subscription' repository and ...
Configuring Datastore
Datastore is where the backups will be saved. This article goes over configuring datastore using a disk on the machine. If not using volume from machine check out this article to use NAS storage via NFS Creating Datastore Login to PBS Under Storage/Dis...
Security Configuration
It is optional but recommended to create a separate backup user. In the next step we will connect our PBS to Proxmox VE, and for that you need a user. You could simply use the root user, but best practices dictate that a separate user is better for security re...
How to install Proxmox Backup Client
This guide explains how to install and use Proxmox Backup Client on a Debian VM. This would allow non proxmox machine to be backed up using PBS. Proxmox Backup Client Documentation Proxmox Installaton for Proxmox Backup Client Documentation Installing Pro...
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...
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...
Fixing Home Assistant /auth/token Errors Behind Nginx Proxy Manager
This guide explains exactly what to do when Home Assistant shows: Login attempt or request with invalid authentication. Requested URL: '/auth/token' This error happens when Nginx Proxy Manager blocks or alters Home Assistant’s OAuth callback, especially w...
What to Do When Files in the Import Folder Don’t Show Up
Sometimes you drop documents into your Import folder, but nothing appears in the Paperless dashboard. This usually isn’t a bug — it’s just how Paperless watches for new files. Here’s a quick guide to diagnose and fix it. Paperless watches the import folder us...
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...
Run UxPlay as a systemd service
This method gives you: systemctl start uxplay systemctl stop uxplay systemctl restart uxplay Optional auto‑start on boot Clean background operation with no terminal needed Create a systemd service file Open Service file ...
Fall2ban Setup
Fail2ban watches your system logs for repeated failed login attempts. When it sees too many failures from the same IP, it automatically bans that IP using your firewall. It protects services like: SSH Nginx / Apache FTP Postfix / Dovecot It’s basical...