Let’s install Krusader (a web file manager)

Check out another Blog Categories

Let’s start by explaining what Krusader is. Well, every time you start managing a Linux system where you don’t have the graphical option, everything starts to get more complicated. The use of codes does not always seem the easiest at first sight. So, you can always use it.

This advanced dual-pane file manager allows you to access your files graphically.

So if you don’t like using commands to copy, move, etc. This is the right program for you.

So we will install this program, but first we have to know a little more about Krusader.

For more information about Krusader, visit the link:

https://krusader.org/

Now we will install the binhex/arch-krusader image. Check the link:

https://hub.docker.com/r/binhex/arch-krusader

If you want to use Docker run, you can use the code below:

docker run -d \
-p 5900:5900 \
-p 6080:6080 \
–name=krusader \
–privileged=true \
-v /apps/docker/krusader:/config \
-v /etc/localtime:/etc/localtime:ro \
-e TEMP_FOLDER=/config/krusader/tmp \
-e WEBPAGE_TITLE=Tower \
-e VNC_PASSWORD=mypassword \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-krusader

* don’t forget to change your docker run info before trying to run it. Otherwise, it won’t work the way you might expect.

To access the application, you must use port 6080. To make it easier, you can use the same model with the link below, just don’t forget to put your IP.

http://192.168.1.10:6080/vnc.html?resize=remote&host=192.168.1.10&port=6080&&autoconnect=1

Leave a Comment

Your email address will not be published. Required fields are marked *