Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open a command prompt:
    • On Windows, choose Start -> Run, type cmd at the prompt, and press Enter.
    • On Linux/Solaris, establish a SSH connection to the server or log in to the text Linux Console.
  2. Execute one of the following commands, where <IoTS_HOME> is the directory where you installed the product distribution:

    OSCommand
    Linux/Solaris
    sh <IoTS_HOME>/core/bin/wso2server.sh
    Windows
    <IoTS_HOME>\core\bin\wso2server.bat --run
  3. Log into the Management Console using the following URL format: 
    https://<IoTS_HOST>:<IoTS_HTTPS_PORT>/admin/carbon

    • By default, <IoTS_HOST> is localhost. However, if you are using a public IP, the respective IP address or domain needs to be specified.
    • By default,  <IoTS_HTTPS_PORT> has been set to 9443. However, if the port offset has been incremented by n, the default port value needs to be incremented by n.

    For example:
    http://localhost:9443/admin/carbon/

  4. Enter the username as admin and the password as admin.
  5. Click Sign-in.
  6. Switch to the Configure tab.
  7. Click Users and Roles and thereafter click User.
  8. Click Change Password in the Actions column, in-line with the user admin and set a new password.
  9. Click Change.
  10. Log out and log in again with the new credentials.

...