--- Title: Customize system user and group alwaysopen: false categories: - docs - operate - rs description: Specify the user and group who own all Redis Enterprise Software processes. linkTitle: Customize user and group weight: 40 url: '/operate/rs/7.4/installing-upgrading/install/customize-user-and-group/' --- By default, Redis Enterprise Software is installed with the user:group `redislabs:redislabs`. See [Access control]({{< relref "/operate/rs/7.4/security/access-control" >}}) for user and group security information. During installation, you can specify the user and group that own all Redis Enterprise Software processes. If you specify the user only, then installation is run with the primary group that the user belongs to. {{< note >}} - Custom installation user is supported on Red Hat Enterprise Linux and compatible distributions. - When you install with custom directories, the installation does not run as an RPM file. - You must create the user and group before attempting to install Redis Software. - You can specify an LDAP user as the installation user. {{< /note >}} To customize the user or group during [installation]({{< relref "/operate/rs/7.4/installing-upgrading/install/install-on-linux" >}}), include the `--os-user` or `--os-group` [command-line options]({{< relref "/operate/rs/7.4/installing-upgrading/install/install-script" >}}) when you run the `install.sh` script. For example: ```sh sudo ./install.sh --os-user --os-group ```