Accessing camelAI

Web Interface

  1. Open your web browser and navigate to:

    http://localhost:8000
    
  2. You’ll be presented with the login page

  3. Enter your superuser credentials:

    • Username
    • Password

Admin Interface

For administrative tasks, you can access the admin interface at:

http://localhost:8000/admin/

Django Admin Interface

Access the Django admin site for inspecting or modifying internal objects at:

http://localhost:8000/django-admin/

Troubleshooting

Common Login Issues

  1. Connection Refused

    • Check if the services are running:
      docker compose ps
      
    • Verify the port is correct (8000)
  2. Invalid Credentials

    • Double-check your username and password
    • Try resetting your password:
      docker compose exec camel python manage.py changepassword your_username
      
  3. Session Issues

    • Clear your browser cache and cookies
    • Try using a different browser
    • Check if your session has expired

Next Steps

After successfully logging in:

  1. Configure Initial Settings