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 --app seedboxsync.app:app run
  • Running task manager:
huey_consumer seedboxsync.taskmanager.huey -w 2 -k thread

⚠ Security notice: SeedboxSync creates an initial administrator account with the username admin and password seedboxsync. Change this password immediately under Settings > Users before exposing the application to other users or to the Internet.

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