Skip to content

Installation

Using docker

ℹ Recommended: Docker is the preferred installation method for stability and isolation.

See documentation.

Using pip

SeedboxSync is available on PyPI.

⚠ Warning: Docker is the recommended method.

  • Install:
pip install seedboxsync
  • Running WebUI:
flask flask --app seedboxsync.app:main run
  • Running task manager:
huey_consumer seedboxsync.taskmanager.huey -w 2 -k thread

Once installed, you can access the frontend: http://127.0.0.1:5000.