Skip to main content

Logging In to the Admin Panel

Logging In to the Admin Panel

The admin panel is a separate, password-protected area accessible from the main application URL.

How to Access

Navigate to your Graceful Coaching application URL and add /admin.php to the path:

https://your-domain.com/admin.php

You will be presented with a password field. Enter the admin password configured in your .env file under the ADMIN_PASSWORD key.

Security note: The admin panel is not linked from any public-facing page. Keep the URL and password confidential. Do not share admin credentials with practitioners or clients — they do not need admin access.

After Logging In

Once authenticated, the admin panel opens directly to the Provider tab. The top of the screen shows:

  • A tab bar for navigating between sections
  • A Logout link in the top-right corner
  • A green success banner if a recent action saved correctly

Your session persists for the duration of your browser session. Closing the browser or clicking Logout will end the session.

Logging Out

Click the Logout link in the top-right corner of any admin page. You will be redirected to the login screen.

Do not rely on browser tab closure alone for security — always use the Logout link when finished.