Skip to content

Change IP Address of existing Gluu CE Server#

If your IP changes after initial setup, you need to change your Gluu Server's configuration.

  1. Start the Gluu Server
  2. Log in to Gluu Server Chroot container
  3. Update the Apache Configuration
    • Navigate to /etc/apache2/sites-available
    • Open https_gluu.conf in a text editor
    • Change the IP address
    • Restart the apache2 service
  4. Update the LDAP Configuration
    • Open the LDAP in an LDAP editor or browser
    • Update 'gluuIpAddress', under the root ou=appliances DN
  5. Change the IP address in /etc/hosts file
  6. Restart the opendj service
  7. Restart the httpd service
  8. Restart the idp service
  9. Restart the identity service
  10. Restart the oxauth service
  11. Test