Update your /etc/netplan/00-installer-config.yaml file based on the below template network: ethernets: ens18: dhcp4: false bridges: br0: interfaces: [ens18] addr...
Setting up a Site to Site VPN on OPNsense using Tailscale
Preporation In preporation for following the steps in this guide it is assumed that tailscale is installed on OPNsense using the plugin (setup guide) and that your remote site has a subnet router s...
Self Hosted Speedtest.net
Have you ever wanted the ability to know the exact speed from where ever you are to your self hosted apps? Meet LibreSpeed, a selfhosted speedtest webapp. Install Docker sudo apt install docker.i...
Tailscale Subnet Routing on OPNSense
Tailscale Install and Setup For Instructions on how to install and setup Tailscale please visit our Setting up Tailscale on OPNSense in 2025 post Configuring Subnets on OPNSense Navigate to VPN...
Setting up Tailscale on OPNSense in 2025
Prep Please ensure you are running atleast OPNSense 25.1.1 Install Navigate to System > Firmware > Plugins Install the os-tailscale Plugin (If plugins do not load Navigate to status and...
XPipe A Modern Remote Connection Manager
What is XPipe? XPipe is a modern multi-connection manager that supports RDP, SSH, and VNC. In addition to SFTP and file management plus Hyper-V, KVM, VMWare Player/Workstation/Fusion,and Proxmox in...
Installing Adguard Home on OPNSense
Prep for install Adding Adguard Repo eather ssh or console into your opnsense firewall and run the below command fetch -o /usr/local/etc/pkg/repos/mimugmail.conf https://www.routerperformance.net/m...
Installing Home Assistant on Proxmox
Login to the console of your proxmox server Run the below command to execute a community maintained script that will handle the creation and configuration of the vm for you bash -c "$(wget...
Setting Up a File Server on Ubuntu with Cockit
Setup login to the Console of your Ubuntu 24.04 Machine and run the following commands to install the required packages curl -sSL https://repo.45drives.com/setup | sudo bash sudo apt update ...
Self Hosted Website CI/CD Pipeline
Have you ever wished that you could have a static website but also have the ability to easily schedule posts. Well its easier then you may think in this post we will be going over the 2 Docker cont...