Skip to main content
jkpanera
New Participant
March 28, 2019

How can I enable useradmin, crx update in publish?

  • March 28, 2019
  • 4 replies
  • 2310 views

I'd like to be able to enable the useradmin interface (http://localhost:4503/useradmin ) on my publish instance. Right now, I'm getting a 404.

Also, I'd like to be able to make direct changes using crx console. Right now, I'm getting a 403 whenever I tried to update anything.

Of course this is just my local instance. I would never do this in production.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

joerghoh
Employee
March 30, 2019

You need to login first, and only then you can access /useradmin. The easiest way is to login via CRX DE and the switch to /useradmin.

Jörg

arunpatidar
New Participant
March 28, 2019
Arun Patidar
jkpanera
jkpaneraAuthor
New Participant
March 29, 2019

Hi Arun,

This did not work for me, but I suspect there is something wrong with my instance.

arunpatidar
New Participant
March 30, 2019

Can you please check if you are accessing publish URL via the dispatcher?

Or what error are you getting while accessing publish login URL or CRXDE, these URLs might be blocked?

Arun Patidar