---
title: "Uniprint Administrator Logon Account Reset"
slug: "uniprint-administrator-logon-account-reset"
updated: 2025-10-12T21:01:29Z
published: 2025-10-12T21:01:29Z
canonical: "kb.pharos.com/uniprint-administrator-logon-account-reset"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.pharos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Uniprint Administrator Logon Account Reset

### Problem

You're facing a problem where you have lost the credentials to the Uniprint Administrator and cannot login to your admin account and are wondering how to get into Administrator.

### Solution

To reset Uniprint Administrator system logon account, you can do the following: Open SQL Management Studio and run below SQL query against "pharos" database to set the password to be blank. Then you can logon and set a new password

*Replace "administrator" with your Uniprint Administrator logon id.*

use pharos

go

update users

set Password = null

where

id = 'administrator'
