skip to content
shipanjodder.com

How to Install filebrowser on linux system

Updated:
Screenshot

The only prerequisite is that you have SSH access to a Unix web server. Here are instructions for Mac and Windows.

Update packets & install curl

sudo apt update && apt upgrade -y;
apt install curl -y

Execute command

curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash