Hello @Mailyn_TMo ,
Yes, this is possible. The tiles on the AEM start screen (Sites, Projects, Tools, etc.) are shown/hidden based on Read permissions on their root paths.
To show only Assets, remove Read access from all other console paths and keep it only on DAM:
--------------------------------------------------
Allow: /content/dam
Allow: /libs/dam
Allow: /apps/dam (if used)
Deny/Remove Read:
/content
/content/projects
/content/experience-fragments
/libs/cq/core/content/nav/tools
/libs/cq/personalization
/content/screens
/libs/fmdita
--> Removing Read on /libs/cq/core/content/nav/tools hides the Tools menu.
Drawbacks:
-
Do not block access to /libs broadly; only remove permissions on specific console nodes.
-
Some DAM features (processing profiles, metadata schemas, workflows) may require selective read access under Tools.
This is the standard way to create a DAM-only user role.