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

# How to reset Windows Administrator password

> Reset the Windows Server Administrator password through the EDIS Global VPS portal using the Windows installer, VNC access, Virtio drivers, and command prompt.

This guide describes a common method to regain access to a Windows Server OS (used in scenarios when the password for an administrator account is forgotten or lost), without reinstalling the whole operating system or losing any data.

### **Access the VPS management portal**

* Login to your [VPS Management Portal](https://manage.edis.at/whmcs/clientarea.php)

* Locate your VPS from the Services tab

### **Mount password reset helper image and boot**

* [**Enable VNC Server**](https://docs.edisglobal.com/enable-vnc-server)

* Click [Mount ISO](https://docs.edisglobal.com/mount-iso-image)

* In the drop-down list choose image: **1\_Password-Reset-Helper.iso**

* Check the box **force reset & boot from the selected ISO** then click on the **Mount ISO** button

* Finish mount by clicking "**Mount ISO**"

  <img src="https://mintcdn.com/edisglobal-b1e34a56/H_vKg0YtfMZmxCkX/assets/jk221gGjGVanns-Password-Reset-Helper.png?fit=max&auto=format&n=H_vKg0YtfMZmxCkX&q=85&s=2ed12891b9ae830692eaee2f1fafdd2a" alt="Reset Windows Password" width="935" height="673" data-path="assets/jk221gGjGVanns-Password-Reset-Helper.png" />

* Open the noVNC or connect by VNC client

###

### **Launch noVNC**

1. Click "**Launch noVNC**" to see console output

2. Click into the noVNC browser window to set focus

3. ISO will be loaded automatically, when it is loaded you can see this notification:

   <img src="https://mintcdn.com/edisglobal-b1e34a56/BiYfx4c5cLLWdRH5/assets/UVFJBNhdbn1c73-chntpw.png?fit=max&auto=format&n=BiYfx4c5cLLWdRH5&q=85&s=aab9c004a170b0849bba9c0ceffe9e3f" alt="Reset Windows Password" width="1024" height="768" data-path="assets/UVFJBNhdbn1c73-chntpw.png" />

4. Press Enter

5. Select -> 1 and press Enter:

   <img src="https://mintcdn.com/edisglobal-b1e34a56/H_vKg0YtfMZmxCkX/assets/ix5iD2dZZyen4P22emv-resetadminpassword.png?fit=max&auto=format&n=H_vKg0YtfMZmxCkX&q=85&s=683cc3daba0e2d109e3f9fd02bef44e2" alt="Reset Windows Password" width="1024" height="768" data-path="assets/ix5iD2dZZyen4P22emv-resetadminpassword.png" />

6. Select -> q and press Enter:

   <img src="https://mintcdn.com/edisglobal-b1e34a56/9TSyAo-SUko4yblb/assets/4iwS9tjeowHQfbaaQSC-quiteditinguser.png?fit=max&auto=format&n=9TSyAo-SUko4yblb&q=85&s=47f1518d484c1c6725fbbe20941d8ea7" alt="Reset Windows Password" width="1024" height="768" data-path="assets/4iwS9tjeowHQfbaaQSC-quiteditinguser.png" />

7. Select -> y and press Enter:

   <img src="https://mintcdn.com/edisglobal-b1e34a56/NkL1H5vNhR4UaR1l/assets/Mu5oWRhP2anwRDejnqh-writechanges.png?fit=max&auto=format&n=NkL1H5vNhR4UaR1l&q=85&s=cbb1eb3667ada693a743a4f3070e7eea" alt="Reset Windows Password" width="1024" height="768" data-path="assets/Mu5oWRhP2anwRDejnqh-writechanges.png" />

8. Accept the changes made by pressing Enter:
   <img src="https://mintcdn.com/edisglobal-b1e34a56/H_vKg0YtfMZmxCkX/assets/mHzEbq4n4DXgiT5iVFz-umount.png?fit=max&auto=format&n=H_vKg0YtfMZmxCkX&q=85&s=d25209186eba69dbabe57459141ba99d" alt="Reset Windows Password" width="1024" height="768" data-path="assets/mHzEbq4n4DXgiT5iVFz-umount.png" />

### **Unmount the ISO**

Once the password is reset, make sure to [unmount the ISO](https://docs.edisglobal.com/enable-vnc-server) (**Password Reset Helper**) image. This can be done in the VPS Management Portal.

### **Reboot and Test**

After rebooting, Windows will automatically log in to the Administrator account **without requesting a password**. You **must set a new password** by opening the CMD (Command Prompt) with administrative rights:

<img src="https://mintcdn.com/edisglobal-b1e34a56/H_vKg0YtfMZmxCkX/assets/nB_DvyqQcZNKEL5141Wak_win1.jpeg?fit=max&auto=format&n=H_vKg0YtfMZmxCkX&q=85&s=39db184b02a89f97a8c4ba82d4a02ba1" alt="Reset Windows Password" width="731" height="784" data-path="assets/nB_DvyqQcZNKEL5141Wak_win1.jpeg" />

In the terminal window that opens, run the command:

```shell theme={"system"}
net user Administrator newpassword
```

Where:
\- `Administrator` is the Administrator account in Windows that has full system control -`newstrongpassword` is a new password. <img src="https://mintcdn.com/edisglobal-b1e34a56/H_vKg0YtfMZmxCkX/assets/q7wiAyHP8mf8iXnKbh1HU_newpassword.png?fit=max&auto=format&n=H_vKg0YtfMZmxCkX&q=85&s=d94105cf6df838d4612bf154916fffb5" alt="Reset Windows Password" width="978" height="508" data-path="assets/q7wiAyHP8mf8iXnKbh1HU_newpassword.png" />

### Disable VNC access

Now close the **noVNC**(a tab window) and [disable VNC access](https://docs.edisglobal.com/enable-vnc-server) in the VPS Management Portal.

### 🎉 Congratulations!

You've successfully updated your Windows Administrator password. Now, try logging into the server with your new credentials. This is crucial to ensure that the password change took effect and that you have regained access to your server. Happy computing! :)
