MySQL

How to Open phpMyAdmin Directly from the Dashboard (SSO Auto-Login)

Open phpMyAdmin with one click using Nobregas MySQL Panel SSO auto-login. No credentials needed — secure Single Sign-On handles authentication for you.

2 min read 9 views Updated Mar 17, 2026

Nobregas MySQL Panel offers a seamless one-click phpMyAdmin experience. Instead of manually entering your database credentials, the panel uses secure Single Sign-On (SSO) to log you straight into phpMyAdmin — no extra passwords required.

Prerequisites

Before you can use the phpMyAdmin SSO feature, make sure:

  • Your plan includes phpMyAdmin Access (check the feature toggles on your dashboard).
  • You are logged in to the Nobregas MySQL Panel at mysql.nobregas.org.

If phpMyAdmin Access shows as inactive on your dashboard, it means your current plan does not include this feature. Contact Nobregas support or upgrade your plan to enable it.

Opening phpMyAdmin with One Click

  1. Navigate to your Dashboard (it loads automatically after login).
  2. Look for the Open phpMyAdmin button — it typically appears in the plan information area or as a prominent action button.
  3. Click the button.
  4. A new browser tab opens and you are automatically logged in to phpMyAdmin with your database credentials.

That is it — no need to type any hostname, username, or password.

How SSO Works Behind the Scenes

When you click the phpMyAdmin button, the panel:

  1. Generates a secure, time-limited SSO token on the server.
  2. Redirects your browser to the phpMyAdmin instance associated with your node.
  3. The token is consumed on arrival, authenticating you instantly.

The token expires within seconds, so it cannot be reused or intercepted.

Troubleshooting phpMyAdmin SSO

  • Button not visible — Your plan may not include phpMyAdmin access. Check the features section on your dashboard.
  • Login failed after redirect — Try again. The token may have expired due to a slow connection.
  • New tab blocked — Your browser may be blocking pop-ups. Allow pop-ups for mysql.nobregas.org.
  • Wrong database shown — phpMyAdmin opens with access to all your databases on the assigned node.

When to Use phpMyAdmin vs. the SQL Query Page

Feature phpMyAdmin SQL Query Page
Visual table editing Yes No
Complex query writing Yes Yes
Import/Export GUI Yes Limited
No extra tab needed No Yes
Available on all plans No Yes

Use phpMyAdmin for visual browsing and complex administration. Use the built-in SQL Query page for quick queries without leaving the panel.

Was this article helpful?