Skip to main content

Setting up the admin panel

Before going over individual features, we recommend the following steps to set up and configure your Strapi admin panel correctly. Once you complete the setup, you can access the admin panel through the provided URL.

Accessing the admin panel

The admin panel is the back office of your Strapi application. From the admin panel, you will be able to manage content-types, and write their actual content. It is also from the admin panel that you will manage users, both administrators and end users of your Strapi application.

Caution

In order to access the admin panel, your Strapi application must be launched, and you must be aware of the URL to its admin panel (e.g. api.example.com/admin).

Login pageLogin page

To access the admin panel:

  1. Go to the URL of your Strapi application's admin panel.
  2. Enter your credentials to log in.
  3. Click on the Login button. You should be redirected to the homepage of the admin panel.

Using SSO for authentication Enterprise

If your Strapi application was configured to allow authentication through SSO (see Configuring Single Sign-On), you can access the admin panel using a specific provider instead of logging in with a regular Strapi administrator account.

To do so, in the login page of your Strapi application, click on a chosen provider. If you cannot see your provider, click the icon more button to access the full list of all available providers. You will be redirected to your provider's own login page where you will be able to authenticate.

Setting up your administrator profile

If you are a new administrator, we recommend making sure your profile is all set, before diving into your Strapi application. From your administrator profile, you are able to modify your user information, such as name, username, email or password. You can also choose the language of the interface for your Strapi application.

Homepage of the Admin PanelHomepage of the Admin Panel

To modify your user information:

  1. Click on your account name or initials in the bottom left hand corner of the main navigation of your Strapi application.
  2. In the drop-down menu, click on Profile.
  3. Modify the information of your choice:
Profile & ExperienceInstructions
First nameWrite your first name in the textbox.
Last nameWrite your last name in the textbox.
EmailWrite your complete email address in the textbox.
Username(optional) Write a username in the textbox.
Interface languageAmong the drop-down list, choose a language for your Strapi application interface.
Interface modeAmong the drop-down list, choose a mode for your Strapi application interface: either "Light mode" or "Dark mode". Note that by default, the chosen mode for a Strapi application is based on the browser's mode.
  1. Click on the Save button.

Changing your password

To change the password of your account:

  1. Go to your administrator profile.
  2. Fill in the password-related options:
Password modification
Current passwordWrite your current password in the textbox.
💡 You can click on the eye icon for the password to be shown.
PasswordWrite the new password in the textbox.
💡 You can click on the eye icon for the password to be shown.
Password confirmationWrite the same new password in the textbox.
💡 You can click on the eye icon for the password to be shown.
  1. Click on the Save button.

Congratulations on being a new Strapi user! You're now ready to discover all the features and options that Strapi has to offer!