How to Install filebrowser on linux system Updated: 23 Dec 2025 linux , filebrowser , filemanager 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