Actions
Install Filebrowser » History » Revision 1
Revision 1/2
| Next »
Gareth Eaton, 05/15/2023 07:41 AM
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.
Updated by Gareth Eaton over 1 year ago · 1 revisions