FreeBSD datacenter management alternatives.

Dear all,

I have been in the process of migrating some of our servers from Windows to FreeBSD. Quite a challenge but doable I think. The only problem I have experienced is the pain in my fingers from using the command line. I have tried configuring every single service using the shell and it is very time consuming working with all the configs. My co-workers look at me and think that I am nuts. Anyway, I was considering installing webmin to have a more intuitive way to configure things. What alternatives do you guys use besides webmin and the shell. Do not get me wrong nothing can beat the power of the shell, those of you that know that :) Thank you for any input. :stud
 
We have 26 FreeBSD servers here in our datacenter, including DCHP & DNS clusters. Every one of them is managed with a combination of webmin and ssh. We also have the common configs posted to an internal wiki for copy/paste ease. It really helps that all but a couple are virtual machines, so there is no differing hardware to configure.
 
Use Vim editor
Use public-key authentication for ssh
Learn shell scripting to automate trivial and common tasks
Use a wiki
 
Back
Top