Installation auf meinen Webaccount

Hallo,
ich habe einen Provider für meinen Webaccout; mit mehreren Datenbanken. Ist es möglich Seafile auf den Server zu laden und dann per Setup / index.php zu installieren? So wie das bei Nextcloud oder OwnCloud möglich ist. Ich habe es nicht herausgefunden.

Über eine Antwort würde ich mich freuen :slight_smile:

Hello,
I have a web hosting provider for my web account that includes multiple databases. Is it possible to upload Seafile to the server and then install it via setup/index.php? Just like you can with Nextcloud or OwnCloud. I haven’t been able to figure it out.

I would appreciate a reply

It is not possible to install Seafile on a standard shared web hosting account using a PHP-based installer (like an index.php or a setup script).

Unlike Nextcloud or OwnCloud, which are PHP applications that run within a web server’s environment, Seafile consists of several background services (seaf-server, seahub, etc.) written in C and Python.

To run Seafile, you typically need a Virtual Private Server (VPS) or a dedicated server with the following requirements:

  • Operating System: A clean Linux installation (Ubuntu 22.04/24.04 or Debian 11/12 are recommended).
  • Shell Access: You must have root or sudo access to install system dependencies (Python, Redis, MariaDB) and manage the services.
  • Hardware: At least 2GB of RAM (4GB recommended for the Professional Edition).

The easiest way to deploy Seafile with all its dependencies. Docker Installation Guide