v1.0 — Production Ready

Network filesystem
in minutes,
not days

Mount remote filesystems locally with near-native performance.No NFS nightmares. No CIFS configuration hell.

ghostfs — bash

# Start the server

ghostfs server --root /data --bind 0.0.0.0

Server listening on 0.0.0.0:3444

# Mount from any machine

ghostfs mount /mnt/remote --host server.local

Mounted at /mnt/remote

# Use it like any local folder

ls /mnt/remote

<5ms
Latency overhead
10Gb/s
Throughput capable
E2E
Encryption option
Free
For 1-2 users

[ Features ]

Everything you need

A complete network filesystem solution built for developers who demand performance and simplicity.

Blazing Fast

Write-back caching and read-ahead prefetch with Cap'n Proto RPC delivers near-local performance over the network.

End-to-End Encrypted

Optional XChaCha20-Poly1305 client-side encryption. Your server only sees ciphertext — zero-knowledge architecture.

Built-in Web UI

Access your files from any browser. Upload, download, preview, and share files without installing anything.

Simple Sharing

Share files and folders with teammates using simple commands. Mount shared content seamlessly across machines.

Production Ready

Auto TLS with Let's Encrypt, token authentication, SQLite persistence. Built for real-world workloads.

Cap'n Proto RPC
FUSE 2.9+
XChaCha20-Poly1305

[ How It Works ]

Three commands to remote files

No complex configuration. No daemon management. Just simple commands that work.

01

Start the server

Run GhostFS server on a machine with your files. One command, zero config.

terminal

ghostfs server --root /data --bind 0.0.0.0

✓ Server listening on 0.0.0.0:3444

02

Mount from any client

Connect from any machine on the network. Authentication built-in.

terminal

ghostfs mount /mnt/remote --host server.local

✓ Mounted at /mnt/remote

03

Use your files

Access remote files as if they were local. It just works.

terminal

ls /mnt/remote && vim /mnt/remote/project/main.go

project/ configs/ data/

Ready to simplify your remote filesystem?

Read the quickstart guide

[ Pricing ]

Simple, transparent pricing

Free for personal use. Fair pricing for teams.

Free

$0forever

2 users total

  • All features included
  • Web UI & encryption
  • Auto TLS (Let's Encrypt)
  • No license key required
Loading...
Most Popular

Team

$99/month

3+ users

Or choose more users

  • Up to 10 users
  • All features included
  • Priority email support
  • License key provided

Enterprise

Contact us

Unlimited users

  • Custom deployment
  • SLA guarantees
  • Dedicated support
  • SSO/SAML (coming)
Contact Sales

Annual billing: 2 months free. Need offline? Contact us.

[ FAQ ]

Frequently asked questions

Got questions? We have answers.

Yes, for 1-2 users. You get all features with no limitations. When you need 3 or more users, you'll need a license.
Absolutely. The free tier includes all features — encryption, web UI, sharing, everything. Add your first two users and test it thoroughly before deciding.
Contact us for enterprise pricing. We offer custom deployments where we host and manage GhostFS for you, with SLA guarantees and dedicated support.
Yes, annual billing saves you 2 months (pay for 10, get 12). Contact us at enterprise@outergods.com to set up annual billing.
GhostFS supports optional client-side encryption (XChaCha20-Poly1305). When enabled, the server only sees encrypted data — we can't read your files even if we wanted to.