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:
- Power on the VPS from the panel
- Renew the Windows license using PowerShell
Step 1: Log in to the Client Panel
- Go to your client panel (HostBill)
- Log in with your credentials
-
Navigate to:
Services > My Services > Your VPS Service
Step 2: Start the VPS
- Open your VPS service page
-
Click on:
Status > On - Wait until the VPS status becomes On
Step 3: Connect to Your VPS
Use Remote Desktop (RDP):
- Open Remote Desktop Connection (mstsc)
- Enter your VPS IP address
- Login using your VPS credentials
Step 4: Open PowerShell as Administrator
- Click Start Menu
-
Search for:
PowerShell - 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