Deploy remote administration applications
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Note: This topic is optional. Remote administration applications help monitor the
performance of the instance, but they can pose security risks if they are not
properly configured.
You have a number of options for monitoring and managing a PAS for OpenEdge
instance in a production environment:
- Log in to the production instance and use PASMAN locally.
- Deploy remote administration applications such as Tomcat Manager and OpenEdge Manager to the PAS for OpenEdge instance.
If you choose to use remote management tools, you need to manually deploy them to the production instance. You must also ensure that you have secured your environment against unauthorized access. For more information, see Secure online deployment of a new ABL application.
Run this command in the
bin directory of the
instance to deploy the Tomcat manager
application:pasman deploy -I instance-name $DLC\servers\pasoe\extras\manager.warRun this command in the
bin directory of the
instance to deploy the OpenEdge manager
application:pasman deploy -I instance-name $DLC\servers\pasoe\extras\oemanager.war