FreeBSD-14.3 qcow2 images readme

  1. Upload FreeBSD-14.3-p5-vps-ufs-12072025.qcow2 or FreeBSD-14.3-p5-vps-zfs-12072025.qcow2 to your VPS provider
    as a custom image.
  2. Install it to a server at your VPS provider.
  3. VNC to the server with the VNC address given to you by your provider.
  4. Log on to your server with:
    user: root
    password: slacker
    
  5. Change the password to something more secure with:
    passwd
    
  6. Add a user to login to your server with:
    adduser
    
    Accept all the defaults except for "Invite user into other groups?" enter "wheel". That way you can switch to root with "su - root".

    If you want to be able to login as root, then edit /etc/ssh/sshd_config to allow root login. Then reboot, and login to your server with PuTTY.

    Note: *You can use "vi" or "mc -u" (Midnight Commander) to edit files*. I use "mc -u" to edit files. It's way faster and easier.

    Now reboot, and login with PuTTY to finish the setup.

  7. Set your hostname:
    sysrc hostname="mail.example.org"
    
  8. Set your timezone:
    tzsetup
    
  9. Check what your network adapter is named with the "ifconfig" command. The top listing will be your network adapter, and
    if it doesn't say "vtnet0", then you'll need to edit /etc/pf.conf and /etc/rc.conf, and change "vtnet0" to what your network
    adapter is named.
  10. Run the below echo command to set your /etc/hosts file, and of course change to your actual hostname:
    echo "127.0.0.1 mail.example.org mail 
    127.0.0.1 localhost" > /etc/hosts
    
  11. Resize the 10GB partition on the ufs or zfs filesystems to the full size of the drive it's on by:
    gpart recover da0
    gpart resize -i 2 da0
    service growfs onestart
    df -h
    
    Note: *You won't lose any data by resizing in this way*

    You should now be using the full disk on your FreeBSD VPS.

  12. Do a FreeBSD system update and upgrade:
    pkg update
    pkg upgrade
    freebsd-update fetch
    freebsd-update install
    
    Now do a reboot to make sure all the above changes are made:
    reboot
    
  13. You can now go directly to the SlackerMail-FreeBSD install script.

    The install script isn't ready yet, but until it's ready you can do a manual install. Go here if you want to do a manual install.







Powered by: Slackware64-15.0 Slackware Lunux Apache v2.4.66 Apache SlackerMail v0.55.1 SlackerMail

Please send any feedback to: wjack@the-slacker.com