-
Notifications
You must be signed in to change notification settings - Fork 0
Managing Apps
🇫🇷 Cette page est également disponible en français : fr-Managing-Apps
This page explains how to install, update, enable, disable, and remove apps in your Nextcloud deployment.
- You are logged in as an administrator.
Nextcloud has a built-in App Store that provides access to official apps maintained by Nextcloud GmbH and verified community developers.
To access it:
- Go to Settings > Apps in the Nextcloud administration panel.
- Browse apps by category or search by name.
Security Notice: Only install apps from the official Nextcloud App Store (
apps.nextcloud.com). Third-party repositories are not supported and may introduce security vulnerabilities or instability.
- Go to Settings > Apps.
- Find the app you want to install.
- Click Download and enable.
sudo -u www-data php /var/www/nextcloud/occ app:install <app-id>Example — install the Contacts app:
sudo -u www-data php /var/www/nextcloud/occ app:install contactssudo -u www-data php /var/www/nextcloud/occ app:enable <app-id>sudo -u www-data php /var/www/nextcloud/occ app:disable <app-id>Important: Some core apps must not be disabled as they are required for secure and correct operation of Nextcloud. The Updater app is one such component — disabling it would prevent security updates from being applied.
Apps receive updates independently of the Nextcloud core. To update all apps:
- Go to Settings > Apps > Updates (if available).
- Click Update all or update apps individually.
sudo -u www-data php /var/www/nextcloud/occ app:update --allTo update a single app:
sudo -u www-data php /var/www/nextcloud/occ app:update <app-id>sudo -u www-data php /var/www/nextcloud/occ app:listThis shows enabled and disabled apps along with their version numbers.
- Go to Settings > Apps.
- Find the app under Your apps or Disabled apps.
- Click Remove.
sudo -u www-data php /var/www/nextcloud/occ app:remove <app-id>Note: Removing an app deletes its code but may leave configuration data in the database.
The following apps are commonly used in academic, research, and enterprise environments:
| App | Description | App ID |
|---|---|---|
| Collabora Online | Browser-based document editor (Writer, Calc, Impress) | richdocuments |
| Talk | Video calls, screen sharing, and team messaging | spreed |
| Calendar | Personal and shared calendars with CalDAV | calendar |
| Contacts | Address book with CardDAV support | contacts |
| Two-Factor TOTP | Authenticator app (Google Authenticator, Authy) | twofactor_totp |
| Group Folders | Shared folders with per-group permissions | groupfolders |
| Passwords | Password manager integrated with Nextcloud | passwords |
| Next | Page |
|---|---|
| Troubleshoot issues | Troubleshooting |
| Get support | Support |
| Update Nextcloud core | Updating-Nextcloud |
Getting Started
Configuration
Administration
Using Nextcloud
Help
Démarrage
Configuration
Administration
Utiliser Nextcloud
Aide