Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

System user creation in AEM LTS/AEM 6.6

Avatar

Level 3

Dear AEM Enthusiast,
Seeing that AEM LTS doesnt support cr-explorer
How to create system user in AEM LTS/6.6 ?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @kamalakannank62 

Use Repoinit - https://sling.apache.org/documentation/bundles/repository-initialization.html

Example 
org.apache.sling.jcr.repoinit.RepositoryInitializer~my.cfg.json

"create service user my-service-user with path system/cq:services/myusers",
"set ACL for my-service-user\n  allow jcr:read, jcr:write on /var\nend"

 

Arun Patidar

AEM LinksLinkedIn

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @kamalakannank62 

Use Repoinit - https://sling.apache.org/documentation/bundles/repository-initialization.html

Example 
org.apache.sling.jcr.repoinit.RepositoryInitializer~my.cfg.json

"create service user my-service-user with path system/cq:services/myusers",
"set ACL for my-service-user\n  allow jcr:read, jcr:write on /var\nend"

 

Arun Patidar

AEM LinksLinkedIn