Create a new OpenEdge Authentication Gateway instance
- Last Updated: May 28, 2026
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
After installing the OpenEdge Authentication Gateway, you can create or recreate an Authentication Gateway instance as needed. In some environments, the instance is created automatically during installation. However, you might need to manually create a new instance when deploying to a different location, restoring an environment, or recreating an existing instance.
-
Locate the OEAG distribution archive:
$DLC/servers/redist/oeauthgateway-version.zipExample:
$DLC/servers/redist/oeauthgateway-12.2.19.zip - Copy it to your desired installation directory:
cp $DLC/servers/redist/oeauthgateway-version.zip /path/to/oeag-instance cd /path/to/oeag-instance - Unzip the package:
unzip oeauthgateway-version.zip - Register the new OEAG instance using PASMAN:
pasman register oeauthserver /path/to/oeag-instanceNote: If you are replacing an instance you must unregister the existing instance before registering the new instance.