![]() |
installing webmin +csf and lfd on CentOS 6 - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion) +--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials) +--- Thread: installing webmin +csf and lfd on CentOS 6 (/Thread-installing-webmin-csf-and-lfd-on-CentOS-6) |
installing webmin +csf and lfd on CentOS 6 - brightening-eyes - 02-18-2016 hi, i want to show you how to install webmin+csf and lfd to manage your servers easily: at first, login as root to your server and use these commands to update your server and install the required things in it: Code: yum -y update Code: nano /etc/yum.repos.d/webmin Code: [Webmin] Code: yum -y install webmin use this command to download csf and extract it: Code: wget https://download.configserver.com/csf.tgz Code: cd csf Code: sh install open your browser and go to http://server_ip:10000/ login with user root and with your root password go to webmin configuration->webmin modules select from local file and paste this into textbox: Code: /etc/csf/csfwebmin.tgz finished!, now you have webmin +csf now go to the configuration and configure your server with it! |