Use PASMAN to create an instance
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
OpenEdge is shipped with a default PAS for OpenEdge development instance
located in your OpenEdge/WRK directory named
oepas1. In the production version of PAS for
OpenEdge, a default instance is not provided, and you must create one.
To use the
PASMAN command-line utility
to create a new PAS for OpenEdge instance:- Run the Proenv utility.
- Create an instance. For
example:
pasman create -Z prod -p 9910 -P 9911 -s 9912 instance-path/instance-name- On UNIX, the only required parameters are the filepath and instance name.
- On Windows, a shutdown port, set by the
-soption, is also required. - The
-Z prodswitch defines the security model as production. - The
-poption specifies the HTTP port. The default is 8810. - The
-Poption specifies the HTTPS port. The default is 8811. - The name of the instance should not be more than 50 characters.
- The defaults can be set during the OpenEdge installation.
You can find additional configuration parameters in the TCMAN Reference and PASMAN.