Windows VPS Reactivation & License Renewal Guide

If your Windows VPS is running on a 180-day trial license, it may automatically shut down once the trial period expires.

After this period, the VPS will automatically shut down.

To continue using your VPS, you must:

  1. Power on the VPS from the panel
  2. Renew the Windows license using PowerShell

Step 1: Log in to the Client Panel

  1. Go to your client panel (HostBill)
  2. Log in with your credentials
  3. Navigate to:

     
    Services > My Services > Your VPS Service
     

Step 2: Start the VPS

  1. Open your VPS service page
  2. Click on:

     
    Status > On
     
  3. Wait until the VPS status becomes On

Step 3: Connect to Your VPS

Use Remote Desktop (RDP):

  1. Open Remote Desktop Connection (mstsc)
  2. Enter your VPS IP address
  3. Login using your VPS credentials

Step 4: Open PowerShell as Administrator

  1. Click Start Menu
  2. Search for:

     
    PowerShell
     
  3. Right-click → Run as Administrator

Step 5: Renew Windows Trial License

Run the following command:

 
slmgr /rearm
 

✔ What this does:

  • Resets the Windows trial period
  • Extends usage for another period (typically 180 days)

Step 6: Restart the VPS

After running the command:

 
shutdown /r /t 0
 

Or restart manually from the panel.


⚠ Important Notes

  • This process must be repeated when the trial expires again
  • Maximum number of rearm attempts may be limited depending on the Windows version
  • If rearm no longer works, a valid Windows license is required

Troubleshooting

If your VPS does not start:

  • Try Force Power On from panel
  • Contact support if issue persists

If PowerShell command fails:

  • Make sure it is run as Administrator
  • Check internet connectivity


Was this article helpful?

mood_bad Dislike 0
mood Like 0
visibility Views: 4