5UBZERO664 Logo
Back to Blog
February 22, 2026

Easily Self-Host Files with File Browser on Your PocketNAS

Sure, here is a comprehensive educational blog post based on the YouTube video you described:


Easily Self-Host Files with File Browser on Your PocketNAS

Need a self-hosted, secure way to share files with friends, coworkers, or across your own devices? Want to take control of your data instead of relying on large corporate cloud providers? In this post, you'll learn how to easily set up a file sharing server using File Browser on your PocketNAS — your files, your rules!

Why Self-Host File Sharing?

Before jumping into the how-to, let's consider the "why". There are great reasons to self-host your file sharing:

  • Data Control: Your data resides on your hardware, not on a third-party server.
  • Privacy: Reduces the risk of data breaches or unexpected access from external entities.
  • Cost Savings: Avoid recurring subscription fees for storage.
  • Flexibility: Tailor your setup and adapt software to your specific workflow.

What is PocketNAS?

PocketNAS is a small and portable network-attached storage (NAS) device capable of hosting various applications. It's an excellent platform for beginners looking to venture into self-hosting. In this post we will be using a PocketNAS that runs on OpenMediaVault (OMV).

What is File Browser?

File Browser provides a convenient and secure web interface to manage and share files stored on your server. Here is what you can do with File Browser:

  • Web-Based Interface: Access your files through any web browser.
  • File Management: Upload, download, delete, rename, create new files/folders.
  • User Management: Configurable user access and permissions.
  • Customizable: Change name, logo, branding to suit your needs.

PocketNAS Setup with File Browser

These are the overall steps:

  1. Ensure OpenMediaVault and OMV-Extras is running on your PocketNAS.
  2. Install the share rootfs plugin.
  3. Add file shares using the share rootfs plugin.
  4. Install the File Browser plugin through OMV-Extras.
  5. Enable File Browser and set the port.
  6. Access the file sharing through the web browser and configured port.

Let's dive into each step:

Installing Required Plugins

  1. Share RootFS: This plugin allows shared folders in the root file system so you can use the external storage Micro SD card.
  2. File Browser Plugin: Find the File Browser under OMV-Extras and click install.

Adding SMB File Share

SMB is the Windows networking protocol that allows your Windows devices to connect to the file share. First, you have to set up a network location in Windows:

  1. Open file explorer
  2. Right click on This PC in the navigation pane, and click on Add a network location
  3. Click Next, select Choose a custom network location and click Next
  4. Enter the IP address of PocketNAS, followed by the file share, \\192.168.50.140\files
  5. Click Browse, select the file folder you want to share and click OK
  6. Click Next, Next and Finish.

Configuring File Browser

  1. Navigate to Services -> File Browser, then select "Enable".
  2. Make note of the port number shown (default is 3670). This will be needed to access File Browser through your web browser.
  3. Select your shared folder to share on file browser and click save, then apply.
  4. Default login username and password is admin admin.
  5. Under Global Settings, choose a style/theme.
  6. Under User Management, edit access settings and restrict folder access as required.

Accessing File Browser

  1. Open a web browser on any device on the same network.
  2. Type in your PocketNAS IP address, followed by a colon and then the File Browser port number (e.g., 192.168.50.140:3670).
  3. The File Browser login screen should appear.
  4. Enter your username and password. You are in!

Key Takeaways

  • Self-hosting file sharing provides control, privacy, and potential cost savings.
  • File Browser offers a simple and effective web interface for file management.
  • Consider security best practices, such as using strong passwords and limiting user permissions.

Resources

  • File Browser: https://filebrowser.org/
  • PocketNAS: A portable, low-power self-hosting solution (Raspberry Pi or similar)
  • OpenMediaVault (OMV): A network-attached storage (NAS) operating system.
  • OMV-Extras: A collection of plugins for OpenMediaVault.