Astra features a simple user management system with three distinct user types, designed to cater to the needs of administrators, technical support, and end-users.
In Astra, there are three main user roles, each with different levels of access and functionality:
Admin - This role grants full access to manage and control Astra through both the Web-interface and API. Admins can view and modify all settings and configurations as neededObserver - This role allows read-only access to the web-interface dashboard and API. Observers can monitor the system but cannot make changes to the settings or configurationsUser - This regular user role is designed for controlling access to media content with built-in HTTP AuthenticationIn the Astra web interface, you can access the users list by navigating to Settings->Users

The users list is presented as a table with the following fields:
Login - unique username for each userComment - any additional notes or comments about the userType - role assigned to the userCreated - date when the user account was createdWhen built-in HTTP authentication to control media access is turned on, additional fields will be available in the users list:
IP - allowed device IP address for the user, from which access to media content is permittedExpiration - date until which the user account remains activeTo create a new user, open the Users list by navigating to Settings -> Users. Click the "New User" button located at the top of the list.

When creating a new user, you will need to fill in the following fields:
Enable - user is enabled by the defaultLogin - unique usernamePassword - optionally, set a password for the accountComment - optionally, add any additional notes or comments about the userType - appropriate user typeBuilt-in HTTP authentication in Astra helps control access to the provided media content. You can enable this feature by navigating to Settings -> HTTP Authentication in the Astra web interface.
When HTTP Authentication is active, the user options include additional optional fields:

Token - static secret, typically used to grant access to other servers, such as transcoders or other media streamers. The token is simply appended to the channel address, like: http://example.com/channel-id/index.m3u8?token=secretIP - static IP address for the device that is allowed access. By default, any IP is allowed.Expiration - date until which the user account remains active. By default, there is no time limit for the account.Limit connections - number of simultaneous connections allowed for the user. By default, there are no connection limits.Packages - click "New Package" to add a channel category to the user. The user will only have access to channels related to the specified category. New categories can be created in Settings->Groups. By default, all channels are available to the user.