Skip to main content
50% off all plans, limited time. Starting at $2.48/mo
Apache Solr

Apache Solr

Apache Solr is a blazing-fast open-source search platform built on Apache Lucene, supporting full-text, vector, and geospatial search. Used by teams that need flexible, multi-modal search across documents, products, and logs.

At a glance

1.6k

GitHub stars

15

Page views

License Apache-2.0 Version Latest OS Ubuntu Server 24.04 LTS Min RAM 2 GB IP IPV4

Accessing Apache Solr

Open in browser: http://<SERVER_IP>:8983

Login:

  • Username: user
  • Password: stored inside /root/.cloudzy-creds

Retrieve credentials:

cat /root/.cloudzy-creds

Ports and Services

Default exposed ports:

  • 0.0.0.0:8983 - Solr Web UI / API
  • 127.0.0.1:9983 - Internal ZooKeeper communication
  • 127.0.0.1:7983 - Internal Solr communication

Important Files and Directories

  • Solr Install Path: /opt/solr
  • Credentials File: /root/.cloudzy-creds
  • Solr Config: /etc/default/solr.in.sh
  • Solr Service: /etc/systemd/system/solr.service
  • Solr Data Directory: /var/solr

Managing Apache Solr

Check service status:

systemctl status solr

Restart Solr:

systemctl restart solr

View logs:

journalctl -u solr -f

Stop Solr:

systemctl stop solr

Start Solr:

systemctl start solr

Notes

  • Apache Solr runs as a systemd service
  • Solr is exposed on port 8983
  • ZooKeeper listens locally on port 9983
  • Solr startup configuration can be customized in /etc/default/solr.in.sh
  • Restart Solr after modifying configuration files or security settings
  • Basic authentication is enabled using Solr's built-in authentication system
  • Java (OpenJDK) is required and installed automatically

More in Database Tools

Related apps.

Deploy Apache Solr now. From $2.48/mo.