Mount Your Seedbox via SSHFS and WebDAV

File Management 1 min read Updated Apr 16, 2026
On this page

Why Mount Your Seedbox?

Mounting makes your seedbox appear as a local drive on your computer. Browse, play, and manage seedbox files as if they were on your hard drive.

Method 1: SSHFS (Linux/macOS)

# Installnsudo apt install sshfs  # Linuxnbrew install macfuse sshfs  # macOSnn# Mountnmkdir ~/seedboxnsshfs username@seedbox-ip:/home/username ~/seedboxnn# Unmountnfusermount -u ~/seedbox  # Linuxnumount ~/seedbox  # macOS

Method 2: WebDAV

WebDAV works natively on Windows without extra software:

  1. Open File Explorer → right-click This PC → Map Network Drive
  2. URL: https://your-seedbox-ip/webdav/
  3. Enter your seedbox credentials
  4. Your seedbox appears as a drive letter

Method 3: rclone mount

rclone mount seedbox: ~/seedbox --vfs-cache-mode full

See Rclone Setup Guide for full configuration.

Put this into practice

EvoSeedbox ships with one-click app installs and up to 10 Gbps per box.

Get your seedbox →