Skip to content

Custom Windows Server Images, Bebas Malware, Keylogger dan XMRIG

Notifications You must be signed in to change notification settings

MapIHS/Custom-Windows-Server-Images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Custom Windows Server Image : Auto Installer


1. Download & Setup Installer :

Download file Installernya

wget https://raw.githubusercontent.com/MapIhs/Custom-Windows-Server-Images/main/windows-server-autoinstaller.sh

Beri permission ke file tersebut

chmod +x windows-server-autoinstaller.sh

Jalankan installernya

./windows-server-autoinstaller.sh

2. Run QEMU :

Note - Ubah xxx sesuai dengan versi windows yang kalian pilih.

qemu-system-x86_64 \
-m 3G \
-cpu host \
-enable-kvm \
-boot order=d \
-drive file=windows2xxx.iso,media=cdrom \
-drive file=windows2xxx.img,format=raw,if=virtio \
-drive file=virtio-win.iso,media=cdrom \
-device usb-ehci,id=usb,bus=pci.0,addr=0x4 \
-device usb-tablet \
-vnc :0 \

PENTING : Enter 2x

3. Akses via VNC :

Buka RealVNC Viewer, masukkan IP VPS kalian. Setelah itu ikuti langkah langkah yang seperti install windows biasanya

4. Download File Custom Windows Server Kalian :

Kompress Windows Server Img kalian

dd if=windows2xxx.img | gzip -c>windows2xxx.gz

Install Nginx

apt install nginx

Beri akses firewall untuk Nginx Jika memakai firewall

sudo ufw allow 'Nginx Full'

Pindahkan file Windows Server Image kalian biar bisa di download

cp windowsxxx.gz /var/www/html/

Buka browser, download dengan mengakses VPSnya. Ubah yyy dengan ip kalian, xxx untuk versi Windows Server yang kalian pilih

http://yyy.yyy.yyy/windows2xxx.gz

5. Setting Agar Bisa Diakses via RDP :

Create Droplet Baru untuk di jadikan RDP, Dan masuk ke recovery ISO

wget -O- --no-check-certificate http://yyy.yyy.yyy/windowsxxxx.gz | gunzip | dd of=/dev/vda

About

Custom Windows Server Images, Bebas Malware, Keylogger dan XMRIG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages