article What is the default administrator password?

Related Documentation Version of up.time affected Affected Platforms
Resetting the up.time Administrator Password All All

There is no default administrator password. The administrator password is set when the up.time monitoring station is started for the first time. If you forget the administrator password, you will have to change it by accessing the DataStore.

To change the administrator password, follow these steps:

Note: The procedure below applies to a MySQL DataStore. If you are using SQL Server or Oracle, you will need to substitute the appropriate database commands.

  1. At the command prompt, enter the following command to change to to the database directory:

    cd <uptime_dir>/mysql/bin

    Where <uptime_dir> is the directory in which up.time is installed.

  2. Enter the following commands to connect to the database:

    mysql -uuptime -puptime -P3308 --protocol=tcp uptime_v4

  3. At the MySQL prompt, enter the following commands to change the administrator password:

    update users set password = "changeme" where username = "admin";

  4. Type the following command to log out of MySQL:

    exit;

By specifying changeme as the new password, you will be prompted to change the password the next time you try to login to up.time.

See Resetting the up.time Administrator Password for an alternative procedure.

Related Articles


Resetting the up.time Administrator Password

RatingViews
article

By: uptime Support | Date Created: 6-2-2006 | Last Modified: 3-1-2013 | Index: 073

  10206

How do I reset the up.time administrator password?

RatingViews
article

To reset the up.time administrator password follow the directions in this article http://support.uptimesoftware.com/article.php?id=073

By: uptime Support | Date Created: 10-14-2009 | Last Modified: 8-13-2011 | Index: 435

  2557

What is the password for the Windows agent?

RatingViews
article

This article explains how to set a password for the Windows agent

By: uptime Support | Date Created: 3-12-2007 | Last Modified: 10-4-2013 | Index: 150

  4981

How do I change my password?

RatingViews
article

To change your password do the following 1. Login to up.time. 2. Click 'My Portal' if you aren't there already 3. Click the Edit icon beside your username under the 'My Preferences' label 4. Set...

By: uptime Support | Date Created: 10-2-2008 | Last Modified: 8-25-2011 | Index: 337

  4601

Changing the default host check

RatingViews
article

At times it may be required to change the default up.time host check from PING to UPTIME. Unfortunately there is no way to automatically make this update, up.time will always add the 2 default...

By: uptime Support | Date Created: 10-8-2009 | Last Modified: 8-13-2011 | Index: 396

  2479

User Comments



No comments have been posted.

Copyright © 2021 IDERA, Inc.   Legal   Privacy Statement