---
title: "Backend privileges: administrators and System Maintainers"
manual: "TYPO3 Explained"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3coreapi:privileges@main"
source: "Administration/UserManagement/BackendPrivileges/Index.rst"
modified: "2026-09-16T09:14:56+00:00"
---

# Backend privileges: administrators and System Maintainers

The following chapters cover modules that will only be available for backend
users with specific access privileges.

In addition to configuring access
rights for backend users or groups as described in [Setting up user group permissions](https://docs.typo3.org/permalink/t3coreapi:permissions@main), there
are "superuser" rights which can be activated for each user.

If a backend user has been created for editing in the backend, he or she should
usually not get access to admin or system modules.

You should only give a backend user
as much access as is needed. This makes the job easier by automatically deactivating
modules and GUI elements that the user does not have access to. It also makes it
impossible for a user to damage the system by accidentally doing things he or she
should not have been able to do in the first place.

## Administrators

![Screenshot of the TYPO3 backend as seen by an Administrator. The Backend user module menu is opened.](../../../Images/ManualScreenshots/UserManagement/Administrator.png)

> [!NOTE]
> **See also**
>
> -   [Using the backend module "Backend Users" to create admins (Getting Started Tutorial)](https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/Administration/BackendUsers/Administrator.html#backend-users-admin-backend-module)
> -   [Create an administrator / System Maintainer using a console command (Getting Started Tutorial)](https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/Administration/BackendUsers/Administrator.html#backend-users-admin-cli)

## System maintainers

The first backend admin created during installation will automatically be a system
maintainer as well. To give other users system privileges, you
can add them in the **System > Settings > Manage System Maintainers**
configuration.
Alternatively, the website can be set to "Development" mode in the Install
Tool. This will give all admin users system maintainer access.

![Screenshot of the TYPO3 backend as seen by a System Maintainer.](../../../Images/ManualScreenshots/UserManagement/SystemMaintainer.png)

> [!NOTE]
> **See also**
>
> -   [Granting System Maintainer rights (Getting Started Tutorial)](https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/Administration/BackendUsers/Administrator.html#backend-users-system-maintainer)
> -   [Create an administrator / System Maintainer using a console command (Getting Started Tutorial)](https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/Administration/BackendUsers/Administrator.html#backend-users-admin-cli)

System Maintainers are
persisted within the `config/system/settings.php` as
`$GLOBALS['TYPO3_CONF_VARS']['SYS']['systemMaintainers']`.
