[comment]: # translation:outdated

[comment]: # ({3f54a0e9-3f54a0e9})
# 1 Вхід і налаштування користувача

[comment]: # ({/3f54a0e9-3f54a0e9})

[comment]: # ({f6cb6160-f6cb6160})
#### Огляд

У цьому розділі ви дізнаєтесь, як увійти та налаштувати користувача системи
Zabbix.

[comment]: # ({/f6cb6160-f6cb6160})

[comment]: # ({6cb1478f-6cb1478f})
#### Вхід

![](../../../assets/en/manual/quickstart/login.png){width="350"}

Це екран привітання Zabbix. Введіть ім’я користувача **Admin** з паролем **zabbix**, щоб увійти як [Адміністратор](/manual/config/users_and_usergroups/permissions). Буде надано доступ до меню *Конфігурація* та *Адміністрування*.

[comment]: # ({/6cb1478f-6cb1478f})

[comment]: # ({new-ecf369b8})
##### Protection against brute force attacks

In case of five consecutive failed login attempts, Zabbix interface will
pause for 30 seconds in order to prevent brute force and dictionary
attacks.

The IP address of a failed login attempt will be displayed after a
successful login.

[comment]: # ({/new-ecf369b8})

[comment]: # ({new-6be209b3})
#### Adding user

To view information about users, go to *Administration → Users*.

![](../../../assets/en/manual/quickstart/userlist.png){width="600"}

To add a new user, click on *Create user*.

In the new user form, make sure to add your user to one of the existing
[user groups](/manual/config/users_and_usergroups/usergroup), for
example 'Zabbix administrators'.

![](../../../assets/en/manual/quickstart/new_user.png)

All mandatory input fields are marked with a red asterisk.

By default, new users have no media (notification delivery methods)
defined for them. To create one, go to the 'Media' tab and click on
*Add*.

![](../../../assets/en/manual/quickstart/new_media.png)

In this pop-up, enter an e-mail address for the user.

You can specify a time period when the medium will be active (see [Time
period specification](/manual/appendix/time_period) page for a
description of the format), by default a medium is always active. You
can also customize [trigger severity](/manual/config/triggers/severity)
levels for which the medium will be active, but leave all of them
enabled for now.

Click on *Add* to save the medium, then go to the Permissions tab.

Permissions tab has a mandatory field *Role*. The role determines which
frontend elements the user can view and which actions he is allowed to
perform. Press Select and select one of the roles from the list. For
example, select *Admin role* to allow access to all Zabbix frontend
sections, except Administration. Later on, you can modify permissions or
create more user roles. Upon selecting a role, permissions will appear
in the same tab:

![user\_permissions.png](../../../assets/en/manual/quickstart/user_permissions.png){width="600"}

Click *Add* in the user properties form to save the user. The new user
appears in the userlist.

![](../../../assets/en/manual/quickstart/userlist2.png){width="600"}

[comment]: # ({/new-6be209b3})

[comment]: # ({new-6e8f46b1})
##### Adding permissions

By default, a new user has no permissions to access hosts. To grant the
user rights, click on the group of the user in the *Groups* column (in
this case - 'Zabbix administrators'). In the group properties form, go
to the *Permissions* tab.

![](../../../assets/en/manual/quickstart/group_permissions.png){width="600"}

This user is to have read-only access to *Linux servers* group, so click
on *Select* next to the user group selection field.

![](../../../assets/en/manual/quickstart/add_permissions.png)

In this pop-up, mark the checkbox next to 'Linux servers', then click
*Select*. *Linux servers* should be displayed in the selection field.
Click the 'Read' button to set the permission level and then *Add* to
add the group to the list of permissions. In the user group properties
form, click *Update*.

::: noteimportant
In Zabbix, access rights to hosts are assigned to
[user groups](/manual/config/users_and_usergroups/usergroup), not
individual users.
:::

Done! You may try to log in using the credentials of the new user.

[comment]: # ({/new-6e8f46b1})
