Filebrowser is a powerful open-source file manager with a web-based GUI written in Golang. In this tutorial, you will learn how to install Filebrowser on Kali Linux latest through the following steps:
First, you need to ensure that your system is up-to-date. Open up the terminal and execute the following command:
sudo apt update && sudo apt upgrade -y
Once the system is updated, install the following dependencies:
sudo apt install curl unzip -y
curl -fsSL https://filebrowser.org/get.sh | bash
sudo unzip filebrowser-*.zip -d /usr/local/bin/filebrowser
sudo chmod +x /usr/local/bin/filebrowser/filebrowser
sudo adduser filebrowser
sudo nano /etc/systemd/system/filebrowser.service
[Unit]
Description=File Browser
After=network.target
[Service]
User=filebrowser
Restart=on-failure
ExecStart=/usr/local/bin/filebrowser/filebrowser
[Install]
WantedBy=multi-user.target
sudo systemctl start filebrowser
sudo systemctl enable filebrowser
sudo systemctl status filebrowser
http://localhost:8080
. You should see the Filebrowser login screen.Congratulations! You have successfully installed Filebrowser on Kali Linux latest.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!