Skip to main content

Setting up a RingServer

  1. Download the package from the IRIS/EarthScope GitHub:
    and ‘install’ it in the /opt directory (essentially just move the ringserver directory to /opt with sudo mv ringserver /opt/.). You will likely need sudo permissions to do this. Ensure user/group ownership are set recursively to whichever user you want to be responsible for maintaining the ringserver (see later) e.g. root or ringuser.
  2. Create a configuration. A simple example looks something like this:
    Ultimately, you’ll want this process to be run automatically whenever your server restarts. To do this, you can use the systemd service manager.
  3. Create a new service file at /etc/systemd/system/ringserver.service, containing:
  4. Reload the service files to include the new service:
  5. Start your service:
  6. To check the status of your service:
  7. To enable your service on every reboot:
  8. If you need to disable your service at any point:
This should have your ringserver up and running. Now you need to configure your firewall to permit access to any external server you want to be able to access your ringserver instance via SeedLink!