Adobe Experience Manager 6.5 overview showing Web Console, CRXDE Lite, bundles, and package manager

AEM 6.5 (Adobe Experience Manager) Overview: Web console, CRXDE lite, bundles, package manager

AEM

Aem is one the most powerful content management systems. To work directly on enterprise level first we need to understand the structure of the aem.

This article provides the clear overview of the fundamental aem 6.5 interfaces:

  • Web console
  • Bundles(Apache Felix)
  • CRXDE Lite
  • Package Manager

These tools work as a backbone of aem in deployment, troubleshooting and system maintenance.

Whether you are beginner or CMS developer this will make the foundation strong in aem to work on real world enterprise development.

  1. AEM WEB CONSOLE

AEM WEB CONSOLE

Tool Section

Tool section contains several administrative and configurations option which developers and author manages how aem behaves, content is structured and different feature are enabled across the project.

Digital Asset Manager

One of the most important tool is assets which is also known to be DAM (Digital Asset Manager) which helps to store, manage and organise digital files like images, videos, Pdf and other documents. Instead of keeping local files on a local system here everything is managed centrally.

  1. Bundles (Apache Felix)

web console bundles

This web console bundles are powered by apache felix which is an open source OSGI framework. Even though we can access it from aem this console is not build for only aem, it is generic OSGi management console that adobe uses internally for aem. Here each functionality runs as a bundle which is basically a java module. These bundles work together to keep running system properly in the background

Important thing:

For healthy system the status of the bundle should be in an active state.

web console bundles

Amongst them if any bundle shows inactive or stopped then it directly impact to aem features like page rendering, components and workflows.

Tip:

Developers should look into these bundles when something is not working properly as expected.

Caution:

Mainly used for monitoring and troubleshooting purposes by developers or administrators because any incorrect changes here can directly affect the entire aem system.

  1. CRXDE Lite

internal repository

Basically it is internal repository browser and editor in aem and the usage of it is to view and manage the content store inside the aem by developers.

The highlighted part here is the whole structure where the content is being stored which includes pages, components, templates, configurations and even permissions inside Jcr repository.

Properties

When any node is clicked it shows the properties of that particular in which we can see metadata of that node like name, type, value and so on.

Along with that we can edit any node by adding or changing the property through giving its name, type and value.

  1. Package Manager

Package Manager

Packmgr tool is used to import, export and manage packages inside aem. It is basically a zip file which contain configurations and code together used by developers and administrator for migration and deployment.

Package Manager

Package Manager

Here we can create , upload and delete and also download package according to our requirements.

Package Information

Each package also contain information such as package name, version, group, last modified date and each and every detail of a particular package which helps to understand actual content of it.

Basically it is deployment and content transfer tool for aem used heavily in real world enterprise level.

You can also refer to this AEM 6.5 overview video   for better understanding.

Written by
Vandit Shah

Vandit Shah

AEM Certified Developer

I’m Vandit Shah, an Adobe Certified AEM Developer at Arroact Technologies. I work with Adobe Experience Manager to build structured, scalable digital experiences that are both efficient to manage and consistent across channels. 

Alongside AEM, I focus on N&N Automation to streamline repetitive processes and improve how teams handle content and workflows. I’m interested in finding practical ways to reduce manual effort while keeping systems reliable and easy to maintain. 

My approach is straightforward - understand the requirement clearly, build with clean structure, and make sure the solution works smoothly in real-world use. I enjoy working on projects where thoughtful implementation can simplify complexity and create lasting value for both teams and end users. 

Related Blogsblue-line-vector-3

Building the Agentic Web with Adobe Experience Manager
07 September 2613 min read
AEM
Building the Agentic Web with Adobe Experience Manager

For years, we built websites for two audiences: people and search engine crawlers. That…

Read More
How the Experience Modernization Agent Migrates Sites to Edge Delivery Services
17 August 269 min read
AEM
How the Experience Modernization Agent Migrates Sites to Edge Delivery Services

Migrating a website to a new platform has always meant weeks of manual content mapping,…

Read More
The Agentic Evolution of Adobe Experience Manager
03 August 268 min read
AEM
The Agentic Evolution of Adobe Experience Manager

For more than ten years, Adobe Experience Manager has supported businesses in content…

Read More