Skip to content
Tutorial emka
Menu
  • Home
  • Debian Linux
  • Ubuntu Linux
  • Red Hat Linux
Menu
Replace Google Drive with Phylum

Build Your Own Offline-Ready Cloud Storage with Phylum and TrueNAS

Posted on January 16, 2026

Google Drive, Dropbox, and iCloud make saving files easy, but have you ever thought about who actually owns your data? If the internet goes down, those files become inaccessible. Today, we are going to explore Phylm, a free and open-source alternative that allows you to host your own cloud storage. It is designed to work perfectly even without an internet connection, putting you in complete control.

To begin this project, we need to prepare our storage environment using TrueNAS. The first step is to create a specific location, known as a dataset, where all your files will live. I generally keep my configuration datasets inside my main pool, so you should navigate to your pool and look for the option to add a dataset in the top right corner. You should name this new dataset “film” to keep things organized. For the dataset preset, leave it as generic and click save. If a warning message pops up, simply return to the full list. Now, we must secure this folder so only the right people can access it. Scroll to the permissions box at the bottom right and click the edit button. You need to change the group to “apps” and ensure the “apply group” checkbox is marked. It is crucial to give this group full permissions by checking all three boxes on the group line. To maintain high security, uncheck the boxes for “other” users so strangers cannot access your files, and then click save.

Next, we will deploy the software using a tool called Dockage. If you have never used Dockage before, it is essentially a manager for your software containers. In the top left corner of the Dockage interface, click the “plus compose” button to start a new stack. You should name this stack “film” to match your dataset. On the right side of the screen, you will see some placeholder text which you must delete. You will need to replace this with the specific configuration code, often called a YAML file. You can find this code on the project’s wiki page by searching for “film” and locating the deployment section. Copy the entire block of code and paste it into Dockage. Before you launch it, check the volume section in the code. If you saved your dataset in a different location than the example, you must update the volume path to match your specific system. Once the code looks correct, click deploy to start the server.

After the container is running, you can access the server by clicking the port number, usually 2448, which appears as a small pill-shaped button. This will open the login page, but you will notice a small problem immediately. Phylm does not currently allow you to create a new user directly from this web page; it asks for an email and password that do not exist yet. To fix this, we have to act like a system administrator and use the command line. You need to go back to your TrueNAS system and open the shell. First, switch to the root user by typing “sudo su” and entering your password. You will know it worked when the symbol at the end of the line changes to a hashtag.

Now that you have root access, you need to send a command directly into the software container to create your account. You will copy the specific command line from the wiki, which usually looks like “film admin user create” followed by a test email address. You can change the “admin.test” email to your actual email address if you prefer. Paste this command into your shell and press enter. The system will then prompt you to enter your full name and create a password. Once you type these in and hit enter, the account is created instantly. You can now return to the Phylm web page and log in using the credentials you just created.

Once you are inside the dashboard, you can start organizing your digital life. By clicking the “New” button in the top left, you can upload files or create new folders. For instance, you might want to create a folder named “Screenshots” and organize your images there. You can drag and drop files directly into these folders. The interface also allows you to bookmark important files by right-clicking them, which adds them to a quick-access sidebar. You can also generate public links to share files with friends, complete with password protection and expiration dates, just like the big cloud companies offering paid services.

However, you should be aware that Phylm is still in development, so you might encounter some digital quirks or bugs. For example, if you delete a file that you have previously bookmarked, it might still appear in your bookmarks list even after it has been moved to the trash or deleted forever. Additionally, uploading entire folders at once might not work as expected right now; you may need to create the folder first and then upload the files inside it. These are minor issues typical of new open-source software, and they are often fixed in future updates.

Building your own cloud storage with Phylm is a fantastic way to learn about servers, permissions, and how data management actually works behind the scenes. While the software has a few small bugs regarding bookmarks and folder uploads, the ability to control your own data without relying on big corporations is a valuable skill. I highly recommend you try installing this on your home server to see how it feels to be your own cloud provider. If you encounter bugs, remember to report them to help the developers improve the tool.

Source: https://codeberg.org/shroff/phylum

Recent Posts

  • How to build a high-performance private photo cloud with Immich and TrueNAS SCALE
  • How to Build an Endgame Local AI Agent Setup Using an 8-Node NVIDIA Cluster with 1TB Memory
  • How to Master Windows Event Logs to Level Up Your Cybersecurity Investigations and SOC Career
  • How to Build Ultra-Resilient Databases with Amazon Aurora Global Database and RDS Proxy for Maximum Uptime and Performance
  • How to Build Real-Time Personalization Systems Using AWS Agentic AI to Make Every User Feel Special
  • How to Transform Your Windows 11 Interface into a Sleek and Modern Aesthetic Masterpiece
  • How to Understand Google’s New TPU 8 Series for Massive AI Training and Inference
  • How to Level Up Your PC Gaming Experience with the New Valve Steam Controller and Its Advanced Features
  • Is it Time to Replace Nano? Discover Fresh, the Terminal Text Editor You Actually Want to Use
  • How to Design a Services Like Google Ads
  • How to Fix 0x800ccc0b Outlook Error: Step-by-Step Guide for Beginners
  • How to Fix NVIDIA App Error on Windows 11: Simple Guide
  • How to Fix Excel Formula Errors: Quick Fixes for #NAME
  • How to Clear Copilot Memory in Windows 11 Step by Step
  • How to Show Battery Percentage on Windows 11
  • How to Fix VMSp Service Failed to Start on Windows 10/11
  • How to Fix Taskbar Icon Order in Windows 11/10
  • How to Disable Personalized Ads in Copilot on Windows 11
  • What is the Microsoft Teams Error “We Couldn’t Connect the Call” Error?
  • Why Does the VirtualBox System Service Terminate Unexpectedly? Here is the Full Definition
  • Why is Your Laptop Touchpad Overheating? Here are the Causes and Fixes
  • How to Disable All AI Features in Chrome Using Windows 11 Registry
  • How to Avoid Problematic Windows Updates: A Guide to System Stability
  • What is Microsoft Visual C++ Redistributable and How to Fix Common Errors?
  • What is the 99% Deletion Bug? Understanding and Fixing Windows 11 File Errors
  • Daftar Sekarang! Beasiswa S2 di Italia dari IYT Scholarship 2026 Sudah Dibuka
  • Sejarah Hantavirus dan Perkembangannya Sampai ke Indonesia
  • Kementerian Pendidikan: Mapel Bahasa Inggris Wajib di SD Mulai 2027!
  • Ketua Fraksi PKB MPR-RI: Kemenag Respon Cepat Pendidikan Santri Ndolo Kusumo Pati yang Terdampak
  • Viral Video Sejoli Di Balai Kota Panggul Trenggalek, Satpol PP Janji Usut
  • How to automate professional video production using OpenAI Codex and HyperFrames for stunning motion graphics
  • How to Master Professional Research and Study Projects Using Local Deep Research and Advanced AI Agents
  • How to build a professional web application using the Verdent AI Manager feature to automate your entire technical workflow
  • Testing Baidu Ernie 5.1, ultra-efficient thinking mode to solve your most complex coding and reasoning challenges with ease
  • How to Evaluate AI Logic Performance Using DeepSeek V4 Flash Think and Gemini 3.1 Flash Light in Complex Reasoning Tests
  • Apa itu Spear-Phishing via npm? Ini Pengertian dan Cara Kerjanya yang Makin Licin
  • Apa Itu Predator Spyware? Ini Pengertian dan Kontroversi Penghapusan Sanksinya
  • Mengenal Apa itu TONESHELL: Backdoor Berbahaya dari Kelompok Mustang Panda
  • Siapa itu Kelompok Hacker Silver Fox?
  • Apa itu CVE-2025-52691 SmarterMail? Celah Keamanan Paling Berbahaya Tahun 2025
©2026 Tutorial emka | Design: Newspaperly WordPress Theme