Category: BSD

iSCSI server on FreeBSD

How to setup iSCSI server (target) on FreeBSD system Intro You can read more about iSCSI here. This tutorial was completed on FreeBSD 13.0-p1. This is fairly simple, three step process. Create a file to store data in, create a config file for ctld and enable service on boot up. Create a storage file Let’s begin…


Install Webmin on FreeBSD

How to install Webmin on FreeBSD system Intro Webmin is a web-based interface for system administration for UNIX systems. Available and supported on many different Linux and BSD versions. This tutorial was completed using FreeBSD version 12. Step 1. Install Install Webmin via command line: root@freebsd:# pkg install webmin Answer yes to install all necessary…