# Manually Configuring the Core Server Connection to Ingress

Recommended reading: Ingress

Here are the required steps if you installed/upgraded the Core Server first before installing Ingress.

# Core Server and Ingress are on the same machine

  1. Open the Task Manager.

  2. Click Services.

  3. Search for OpeniTRegistrar and restart it.

# Core Server and Ingress are on separate machines

  1. Go to the Configuration folder, which is by default in C:\Program Files\OpeniT\Core\Configuration.

  2. Look for the configuration file ingress.json and open with a text editor.

  3. Modify the value of uri with the specific Ingress installation you want to connect to.

    ingress.json
    1 |  {
    2 |    "uri": "http://<ingress_hostname>:8080",
    3 |    "checkSslValidity": true
    4 |  }
  4. Save the changes.

  5. Open the Task Manager and restart the OpeniTRegistrar service.

# Core Server and Ingress are on the same machine

  1. Run the command to restart the Open iT services.

    Command
     /opt/openit/bin/openit-all restart

# Core Server and Ingress are on separate machines

  1. Go to the Configuration folder, which is by default in /var/opt/openit/etc/.

  2. Look for the configuration file ingress.json and open with a text editor.

  3. Modify the value of uri with the specific Ingress installation you want to connect to.

    ingress.json
     1 |  {
     2 |    "uri": "http://<ingress_hostname>:8080",
     3 |    "checkSslValidity": true
     4 |  }
  4. Save the changes.

  5. Run the command to restart the Open iT services.

    Command
     /opt/openit/bin/openit-all restart

# Next Step?

After connecting the Core Server to Ingress, you may proceed with verifying the access to the Open iT Core Server web interface.

   Accessing the Core Server Web Interface  

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close