Project

General

Profile

Install Filebrowser » History » Version 1

Gareth Eaton, 05/15/2023 07:41 AM

1 1 Gareth Eaton
h1. Install Filebrowser
2
3
4
Filebrowser is a file manager that allows you to easily download and upload files to your server through a web interface.
5
6
<pre>
7
apt install curl
8
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh -o get.sh && chmod +x get.sh && ./get.sh
9
</pre>
10
11
Start FileBrowser using the following command, replacing the IP address with the IP address you want to use:
12
13
<pre>
14
filebrowser -a <IP address>
15
</pre>
16
17
Use a web browser to navigate to the IP address and port :8080, for example, 192.168.1.65:8080.
18
19
Log in to FileBrowser using the default login (admin for both the username and password) and change the password immediately.
20
21
Download the backup file from the FileBrowser interface.