Find Out AEM Product Version

Evgeniy Fitsner Software Engineer
1 min read
Find Out AEM Product Version

Introduction

Knowing the exact AEM product version is essential for troubleshooting, compatibility checks, and determining which features are available. AEM provides a dedicated endpoint that displays this information.

How to Check

Navigate to the system console product information page:

1
http://localhost:4502/system/console/status-productinfo

This page displays:

  • The installed AEM version (for example, Adobe Experience Manager 6.5.0)
  • AEM Service Pack level
  • Hotfix information
  • Other installed Adobe product details

Alternative Methods

You can also find version information through:

  • CRXDE Lite: The welcome screen shows the AEM version
  • Package Manager: Installed service packs and hotfixes are listed
  • OSGi Console: Bundle versions can indicate the AEM release

Contents