sudo apt-get upgrade
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | sudo bash
sudo filebrowser -r /path/to/your/files
Username: admin
Password: admin
sudo nano /etc/systemd/system/filebrowser.service
[Unit]Description=FilebrowserAfter=network-online.target[Service]User=rootGroup=rootExecStart=/usr/local/bin/filebrowser -a 0.0.0.0 -r /sharedfolders[Install]WantedBy=multi-user.target
sudo systemctl start filebrowser