What is Zabbix Zabbix is an enterprise-class open-source monitoring solution that allows you to monitor various IT infrastructure components, including: Networks: Track bandwidth usage, packet...
Setting up IIS on Windows Server 2025
Launch Server Manager Select Manage > Add Roles and Features Select Next Until you reach the Server Roles Page Check Web Server (IIS) and Select Next Select Add Features Select Next...
Setting up Bridge Interfaces for KVM
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...