Course discovery Admin credentials

Hi all,

can someone help me to figure out the credentials for the discover-service admin panel.
URL - http://domain.com:18381/admin/login/?next=/admin/

Not sure about the default one, but you can create superuser from discover service’s django shell.

@amit How do I get into discover service’s Django shell?

To access the super admin Django panel, follow the below steps.

  1. Login to your openedx instance
  2. sudo -H -u discovery bash
  3. source ~/discovery_env
  4. cd ~/discovery
  5. python ./manage.py createsuperuser --username=USERNAME --email=username@example.com

URL http://yourdomain.com:18381/admin

1 Like

just run the command . tutor local run discovery ./manage.py createsuperuser --username=yourusername --email=youremail