vmware-marketplace

Configure the application's IP address or hostname

By default, Bitnami applications update their internal IP address or hostname at boot time. However, it may be necessary to change this manually if the virtual machine IP address changes.

To do this, execute the command below, replacing APPNAME with the directory holding the application and IP-ADDRESS with the new IP address or hostname:

$ sudo /opt/bitnami/configure_app_domain --domain IP-ADDRESS

NOTE: If the result of the previous command shows a command not found error, execute the following command instead:

$ sudo /opt/bitnami/apps/APPNAME/bnconfig --machine_hostname IP-ADDRESS
Last modification February 6, 2023