Skip to content

RegioCloud Admin

Download the administration app

It installs on the administrator's computer and connects to your server. It can manage several servers from one place. Updates arrive automatically.

Version 1.2.0Β·released 19.08.2026

macOS

Apple Silicon and Intel

  • Requires macOS 11.0
  • Size 14,4 MB
Download the app

Windows

No administrator rights needed: installs per user

  • Requires Windows 10
  • Size 7,5 MB
Download the app

Linux

AppImage, x86-64

  • Requires Ubuntu 22.04 / Debian 12
  • Size 84,8 MB
Download the app

What changed

Closing out a departing colleague's account is now a single action. On the Users tab, "Offboard account" walks through everything the person can reach β€” group memberships, direct shares, owned libraries, share links β€” revokes all of it in one pass, then deactivates the account. Owned libraries are not lost: they are transferred to an account you name.

Nothing runs until you have seen what will run. Both new flows first lay out the complete plan, step by step, and start only once you approve it β€” for an offboarding you also have to type the account's identifier. If a list failed to load, the plan says so: it would rather warn you that it may be incomplete than quietly revoke less than it promised.

Onboarding shows in advance what the new colleague will get. You pick the groups, and before anything runs you see which libraries arrive with them.

One failed step does not stop the rest. If a revocation fails, the run continues, and at the end it states item by item what succeeded and what did not β€” so an offboarding never stops halfway. The Server tab keeps a log of every run, step by step; that log cannot be deleted from the application.

The share map gained a grid view. Next to Table you can now choose Grid: rows are libraries, columns are people. Group shares are broken down to individuals here, so someone who only gets in through a group is visible too. The cell's colour states the permission level, and a separate marker states whether the access is direct, through a group, or both.

The grid also says what it does not know. Where a group's membership could not be resolved, the cell shows a question mark rather than "no access" β€” the interface does not invent an answer it does not have.

A failed rescan no longer discards the map you already earned. The earlier picture stays, with its own timestamp, and an error bar above it.

The map turns into an Excel file with one click. "Export (.xlsx)" writes three sheets: the full list of shares, the grid, and a coverage clause β€” the last one records when the scan ran, what it covers, and item by item what failed during it.

Every operation answers back, and most can be undone. Until now, changes on several tabs ran silently. From now on every successful operation confirms itself, and where it makes sense β€” changing a permission level, deactivating an account, revoking admin rights, removing a member β€” an Undo button stays available for a few seconds.

Deletions and signing out say up front what they cost. Deleting a file asks by name, downloads tell you where the file went, and signing out states what you lose with it.

System requirements

  • macOS 11.0 or newer Β· Apple Silicon or Intel
  • Windows 10 or newer Β· 64-bit
  • Linux Β· AppImage, x86-64
  • A Seafile 11.0 or newer server and an account with administrator rights

Why does macOS ask for confirmation?

It does not. The package is signed with an Apple Developer ID certificate and notarised by Apple, so it opens directly. If you do see a warning, the downloaded file is incomplete β€” download it again.

Linux: two steps after downloading

The AppImage is a portable file: it is not installed, it runs as it is. The browser, however, saves it without permission to run, and that is the only thing it is missing.

  1. 1

    Make it executable

    From a terminal, in the folder you downloaded it to:

    chmod +x RegioCloudAdmin-*.AppImage

    Or without a terminal: right-click the file β†’ Properties β†’ Permissions β†’ "Allow executing file as program".

  2. 2

    Start it

    From a terminal, with ./RegioCloudAdmin-*.AppImage. On KDE, XFCE and Cinnamon a double-click works too; on GNOME the file manager will not launch executables, so there it is the terminal or a menu entry of your own.

We know this is not the most convenient route. If you need a package that installs with a double-click β€” .deb or .rpm β€” write to us and we will prepare one for you.