How to Access the Solr Admin UI for Your Index

Control Panel

The native Solr Admin UI is available for every Opensolr index — it gives you direct access to the Solr dashboard for that index, where you can browse documents, run raw queries, inspect the schema, check core stats, and more.

How to open it

  1. Log in to your Opensolr account at opensolr.com.
  2. Go to Solr in the top navigation and click on the index you want to inspect.
  3. You will land on the Index Control Panel. At the very top, just below the main navigation, you will see a row of quick-action pills: Solr Query, Solr Admin, Drupal, WordPress, Auth, CORS, Best Practices.
  4. Click the Solr Admin pill — it opens the native Solr Admin UI for your index in a new tab.
Note: The Solr Admin UI opens with your index credentials pre-loaded. You do not need to enter a username or password separately — authentication is handled automatically by Opensolr.

What you can do in the Solr Admin UI

  • Query — run raw Solr queries directly against your index
  • Documents — browse, add, or delete individual documents
  • Schema — inspect field types, dynamic fields, and copy fields
  • Core Admin — view core status, memory usage, and uptime
  • Logging — see live Solr log output for debugging
Tip: If you have IP restrictions enabled on your index (under the Security tab), the Solr Admin UI may not load. Temporarily disable IP restrictions or whitelist your IP to regain access.