Manage Users

GoldenGate Studio currently only supports a single user account. Learn how to change the user password.

To change the GoldenGate Studio user account password:

  1. Stop the server. Use the following command to identify the server process ID:
    netstat -tulpn | grep <server port>
  2. Use the following command to kill the proccess:
    kill <process-id>
  3. Use the following command to change the user password:
    ./setPassword.sh 
  4. Enter the username, oggadmin, when prompted, and then press Enter.
  5. Enter the new password when prompted, and then press Enter.
  6. Use the following command to restart the server.
    ./run-studio.sh