Project

General

Profile

Actions

Install Filebrowser

Filebrowser is a file manager that allows you to easily download and upload files to your server through a web interface.

apt install curl
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh -o get.sh && chmod +x get.sh && ./get.sh

Start FileBrowser using the following command, replacing the IP address with the IP address you want to use:

filebrowser -a <IP address>

Use a web browser to navigate to the IP address and port :8080, for example, 192.168.1.65:8080.

Log in to FileBrowser using the default login (admin for both the username and password) and change the password immediately.

Download the backup file from the FileBrowser interface.

NOTE:
Starting FileBrowser each time you need to use it can indeed add an extra layer of security, as it ensures that the file manager is only accessible during the periods when it is actively needed, reducing the time during which it could potentially be compromised. Additionally, the use of a secure password is always recommended, especially when using a tool that provides web access to your server's files.

Updated by Gareth Eaton 12 months ago · 2 revisions