Starting the Solr

You must the run this command:

C:\Installations\solr-8.7.0\bin>solr.cmd start

By default, Solr uses port 8983. However, you can change the port using the -p parameter.

Note: For this guide, it is assumed that the default port is used.

You can check if Solr is running properly by browsing to http://localhost:8983/solr or http://serverName:8983/solr.