Linux File Manager - Webmin Minimal with File Manager Only

 We are going to setup an amazing tools to administer Linux systems

File Manager for Linux

Login to your server as root and just the 3 steps below.

1) Install Webmin minimal

Download Webmin-minimal from the official site at
http://autodiscover.webmin.com/download.html

download webmin

 

The latest version of minimal webmin can be found on this page: https://sourceforge.net/projects/webadmin/files/webmin/


The installation of TAR file instructions is here at http://www.webmin.com/tgz.html

[root@yourhost /]# cd /tmp
[root@yourhost /tmp]# wget http://prdownloads.sourceforge.net/webadmin/webmin-2.000-minimal.tar.gz
[root@yourhost /tmp]# gunzip webmin-2.000-minimal.tar.gz
[root@yourhost /tmp]# tar xf webmin-2.000-minimal.tar
[root@yourhost /tmp]# cd webmin-2.000
[root@yourhost /tmp/webmin-2.000]# ./setup.sh /usr/local/webmin

 

* When the setup.sh script is run, it will ask some questions, enter the answers as your desired setup. You can customize your Webmin / File Manager panel web port (custom port number) here.

 

2) Login to Webmin panel and upload the File Manager module

 

webmin minimal control panel

Browse "Webmin Configuration"

webmin minimal configuration

Click "Webmin Modules"

webmin minimal module installer

Upload module file here

webmin upload module file

To upload the File Manager module, you have to download the module file first.

Download the module from Webmin official site's standard module page at http://www.webmin.com/standard.html

webmin module download

http://download.webmin.com/download/modules/filemin.wbm.gz

Upload and install the File Manager module
( Webmin Panel > Webmin Configuration > Webmin Modules )


install module in webmin


Now that, you have completed the file manager tool installation in any Linux !

 

3) Browse File Manager in any Linux


webmin minimal panel tools

webmin minimal file manager

Now that, you have installed a lightweight but full featured File Manager to administer your Linux files.

webmin minimal file manager

Enjoy your Linux system !

Comments

(1)

  1. I was struggling with managing my Ubuntu server using only the command line, but after following this awesome guide on how to Install Webmin on Ubuntu, everything has become so much easier. The step-by-step breakdown made it incredibly simple to get Webmin up and running, and now I can handle tasks like package management and server configuration through a user-friendly interface. I love how Webmin makes system administration so much less intimidating. Thanks a ton for this fantastic guide! It’s honestly a game-changer.

    ReplyDelete

Post a Comment