generalsolr

Access the Apache Solr server console

For security reasons, the Apache Solr server console will be accessible only when using 127.0.0.1 as the hostname. To access the server console, it is necessary to create an SSH tunnel by forwarding port 8983 on the Apache Solr server to port 8983 on the local host.

An example of configuring the SSH tunnel using PuTTY on Windows is displayed below.

PuTTY tunnel config

While the tunnel is active, you should be able to access the server console through the secure SSH tunnel you created, by browsing to http://127.0.0.1:8983/solr/admin.

Refer to the FAQ for platform-specific instructions to create the SSH tunnel.

Last modification April 8, 2020