Remote OS Installer
Install a fresh operating system on any Ubuntu 24.04 server
1 Select Operating System
Windows 10 Pro
✓
Windows 11 Pro
✓
Windows Server 2022
✓
Windows Server 2025
✓
2 Target Server Details
3 Unlock Access
Enter your unlock code to activate the installer.
If you haven't already purchased one, choose a plan from below and receive your code instantly.
Loading plans…
4 Install Operating System
Warning: This will completely wipe the target server and install the selected operating system.
All existing data will be permanently deleted. Ensure you have backups.
🔒
IMPORTANT SECURITY STEP — Action Required After Installation
Your server is currently accessible via browser. You must remove this access once Windows is installed.
During installation, a temporary browser-based viewer (noVNC) was installed on your server to allow you to watch the installation process. This must be removed immediately after Windows is installed to prevent unauthorised browser access to your server.
Once you can connect to your server via Remote Desktop, SSH into your server and run the following three commands:
Run these commands via SSH on your server
pkill -f websockify
pkill -f novnc
apt-get remove -y novnc websockify
✅ What this does
Stops the browser viewer immediately and removes it permanently from your server. Port 6080 will be closed and no one will be able to access your server via browser again.
⚠️ If you skip this
Anyone who knows your server IP can access port 6080 in a browser and see your server screen. This is a serious security risk and must not be left running.
