RESETSUPERADMIN utility
- Last Updated: September 5, 2025
- 1 minute read
- OpenEdge Command Center
- Version 2.0
- Documentation
OpenEdge Command Center provides the
resetsuperadmin utility
to manage the superuser administrator details. As an administrator, you can use this
utility to modify the following details:- First name
- Last name
- Password
- Email address
- Description
The resetsuperadmin utility is located in the utils directory within the directory where the OpenEdge Command Center
server is installed.
For example,
- On Windows,
C:\Progress\OECC\Server\utils - On Linux,
/Progress/OECC/server/utils
Syntax
|
For example:
|
Parameters
- --firstname <first name>
- Specifies the first name to be updated. Only alphanumeric characters are allowed.
- --lastname <last name>
- Specifies the last name to be updated. Only alphanumeric characters are allowed.
- --pwd <password>
-
Specifies the new password for the user account. The password must meet the following requirements:
- length of 8 to 40 characters
- A mixture of uppercase and lowercase letters
- At least one numeral
- At least one of the special characters:
! @ $ % ^ ( ) _ + = [ ] |
- --email <email>
-
Specifies the new email address for the user account.
- --description <description>
-
Specifies the description for the user account.