Video coming soon…
📁 Setup Filestash — One Web UI for All Your Storage
Deploy Filestash on Ubuntu with Docker — a single web file manager that connects to S3, FTP, SFTP, SMB, WebDAV, and more, giving all your storage one clean interface, on port 8334.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/files/filestash/filestash-ubuntu.sh
chmod +x filestash-ubuntu.sh
sudo bash filestash-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/files/filestash/filestash-ubuntu.sh
2 Make it Executable
chmod +x filestash-ubuntu.sh
3 Run the Installer
The script installs Docker if needed and starts Filestash on port 8334, with its state stored in ./data. Filestash itself holds no files — it connects to storage backends you configure.
sudo bash filestash-ubuntu.sh
4 Open the Web UI and Set the Admin Password
Open Filestash in your browser, set the admin password on the first visit, then add your storage connections:
http://<your-server-ip>:8334
Ports Used
| Port | Purpose |
|---|---|
| 8334 | Web UI — set the admin password on first visit |
| backends | Connects to S3, FTP, SFTP, SMB, WebDAV — stores no files itself |
| ./data | Filestash config and backend connections (holds credentials) |