How to Create a Windows Image for VPS Deployment, using a DigitalOcean Droplet

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ม.ค. 2025

ความคิดเห็น •

  • @IbukunBello
    @IbukunBello 5 หลายเดือนก่อน

    I don't usually write comment but this video is too good not to acknowledge. Great teaching skills. Hard to miss anything with the step by step guidiance. Thanks a billion!

    • @IbukunBello
      @IbukunBello 4 หลายเดือนก่อน

      ​@@K_i_K_A_S yep

    • @K_i_K_A_S
      @K_i_K_A_S 4 หลายเดือนก่อน

      @@IbukunBello can you help ? i can provide you with 1 account (digitalocean,azure,aws,ionos,contabo) you choose it, as a thank you for ur time spending with me fixing my errors

  • @towfikurrahman9339
    @towfikurrahman9339 ปีที่แล้ว +4

    qemu-system-x86_64: : Could not open ' ': No such file or directory
    -drive: command not found

    • @Yoda-hack369
      @Yoda-hack369 10 หลายเดือนก่อน +1

      the same error on my side

    • @legitwaytomakemoneyonline9787
      @legitwaytomakemoneyonline9787 10 หลายเดือนก่อน

      @@Yoda-hack369 same here for hours now couldn't find solution

    • @m.taopik_
      @m.taopik_ 10 หลายเดือนก่อน

      qemu-system-x86_64 \
      -m 3000M \
      -cpu host \
      -enable-kvm \
      -boot order=d \
      -usbdevice tablet \
      -drive file=harddisk.raw,format=raw,if=virtio \
      -drive file=/root/Downloads/17763.737.190906-2324.rs5_release_svc_refresh_SERVER_EVAL_x64FRE_en-us_1.iso,media=cdrom \
      -drive file=/root/Downloads/virtio-win-0.1.240.iso,media=cdrom \
      -vnc :55555

    • @NosheenAkhtar-pg3xi
      @NosheenAkhtar-pg3xi 3 หลายเดือนก่อน

      same error on my side as well but no solution for this :(

  • @sens80
    @sens80 10 หลายเดือนก่อน

    Nice one. Very clean and clear video. It works

  • @abdoben833
    @abdoben833 ปีที่แล้ว +11

    if you got this error :
    qemu-system-x86_64: : Could not open ' ': No such file or directory
    -drive: command not found
    solution :
    qemu-system-x86_64 \
    -m 3000M \
    -cpu host \
    -enable-kvm \
    -boot order=d \
    -usbdevice tablet \
    -drive file=harddisk.raw,format=raw,if=virtio \ ********************************************** Issue here (extra space after the backslash)
    -drive file=/root/Downloads/{downloaded-windows}.iso,media=cdrom \
    -drive file=/root/Downloads/{downloaded virtio}.iso,media=cdrom \
    -vnc :55555

    • @777nq
      @777nq ปีที่แล้ว +3

      i swear you are true legend

    • @mahdinaseri4383
      @mahdinaseri4383 ปีที่แล้ว

      how can i solve it?

    • @mahdinaseri4383
      @mahdinaseri4383 ปีที่แล้ว

      qemu-system-x86_64 \
      -m 3000M \
      -cpu host \
      -enable-kvm \
      -boot order=d \
      -usbdevice tablet \
      -drive file=harddisk.raw,format=raw,if=virtio \
      -drive file=/root/Downloads/17763.3650.221105-1748.rs5_release_svc_refresh_SERVER_EVAL_x64FRE_en-us.iso,media=cdrom \
      -drive file=/root/Downloads/virtio-win-0.1.229.iso,media=cdrom \
      -vnc :55555
      what is the problem

    • @abdoben833
      @abdoben833 ปีที่แล้ว

      there is an extra space after the backslash , remove the extraspace

    • @OMRz77
      @OMRz77 ปีที่แล้ว

      thnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnny you

  • @Yoda-hack369
    @Yoda-hack369 10 หลายเดือนก่อน +1

    Another error after the 1st fix, " qemu-system-x86_64: -drive file=harddisk.raw,format=raw,if=virtio : unsupported bus type 'virtio '
    -drive: command not found "

  • @gilsonseo
    @gilsonseo ปีที่แล้ว +1

    how to access windows server 2019 again if rdp connection down? I can't do it anymore... VNC viewer and not RDP Desktop

  • @SerayuNewsFlash
    @SerayuNewsFlash 10 หลายเดือนก่อน

    27:35 Step 7 - Example deploy to a VPS Provider
    I have issue, what the password sir? i try a lot password is wrong

  • @yeubonchan7399
    @yeubonchan7399 ปีที่แล้ว

    Awesome! Thank you
    Where is the port VNC view?
    Please help me

  • @dohung5013
    @dohung5013 ปีที่แล้ว +2

    Awesome! Thanks a lot🙂

  • @PatalJunior
    @PatalJunior 29 วันที่ผ่านมา

    This is cool, so what you are saying is I can get my proxmox drive images and just put them in any vps if I wanted to, intersting.

  • @gilsonseo
    @gilsonseo ปีที่แล้ว +1

    How to fix it this error: qemu-system-x86_64: -device usb-tablet: No 'usb-bus' bus found for device 'usb-tablet'

    • @AlaoyemisiJanet
      @AlaoyemisiJanet 5 หลายเดือนก่อน

      qemu-system-x86_64 \
      -m 3000M \
      -cpu host \
      -enable-kvm \
      -boot order=d \
      -device qemu-xhci \
      -device usb-tablet \
      -drive file=harddisk.raw,format=raw,if=virtio \
      -drive file=/root/Downloads/17763.3650.221105-1748.rs5_release_svc_refresh_SERVER_EVAL_x64FRE_en-us.iso,media=cdrom \
      -drive file=/root/Downloads/virtio-win-0.1.240.iso,media=cdrom \
      -vnc :55555

  • @myhometvaccount9365
    @myhometvaccount9365 ปีที่แล้ว

    nice, thanks, one question, after configuring firewall, how come you could still vnc in after reboot?

    • @cloud-tech
      @cloud-tech  ปีที่แล้ว

      cos you are not VNCing into Windows, its to the QEMU product.

  • @yoryiyork
    @yoryiyork 4 วันที่ผ่านมา

    Best video yet

  • @cv-so1xo
    @cv-so1xo 8 หลายเดือนก่อน

    How does Windows Server VPS backup work?

  • @ANIMAI-g8z
    @ANIMAI-g8z ปีที่แล้ว

    Can you give the full steps of deploying the image to the droplet?

  • @Yoda-hack369
    @Yoda-hack369 10 หลายเดือนก่อน

    @cloud-Tech " qemu-system-x86_64: : Could not open ' ': No such file or directory
    -drive: command not found " what this error code about

    • @AlaoyemisiJanet
      @AlaoyemisiJanet 5 หลายเดือนก่อน

      qemu-system-x86_64 \
      -m 3000M \
      -cpu host \
      -enable-kvm \
      -boot order=d \
      -device qemu-xhci \
      -device usb-tablet \
      -drive file=harddisk.raw,format=raw,if=virtio \
      -drive file=/root/Downloads/17763.3650.221105-1748.rs5_release_svc_refresh_SERVER_EVAL_x64FRE_en-us.iso,media=cdrom \
      -drive file=/root/Downloads/virtio-win-0.1.240.iso,media=cdrom \
      -vnc :55555

  • @abdoben833
    @abdoben833 ปีที่แล้ว

    is it advised to have an image of the whole ubuntu server that includes all packages and the windows Vm too ?
    what problems i may encounter and i should keep in mind

    • @cloud-tech
      @cloud-tech  ปีที่แล้ว +1

      Yes

    • @cloud-tech
      @cloud-tech  ปีที่แล้ว +1

      Use DigitalOcean snapshot facility

    • @abdoben833
      @abdoben833 ปีที่แล้ว

      @@cloud-tech im using it , but i want to have snapshot in my drive in case i want to deploy it in any given vps provider, should i make a snapshot of the /sda1 directory?

  • @Diverse.Knowledge
    @Diverse.Knowledge ปีที่แล้ว

    i'm doing follow all is ok, but on other VPS can not start.

  • @ANIMAI-g8z
    @ANIMAI-g8z ปีที่แล้ว

    I want to save the gz in google drive, how can I save it?

  • @minimonkmusic
    @minimonkmusic ปีที่แล้ว

    Command text file not found :( link does not work

  • @JoginderPalArora
    @JoginderPalArora ปีที่แล้ว

    Hi sir very nice video, can you also make video on that after install windows on vitrualbox and after how convert into vdi file into qcow2 or gz extension. And after directly deploy windows image into Linux vps on ubunto 22.04. I need guidance on this and how can i contact you ? Thanks

  • @mahdinaseri4383
    @mahdinaseri4383 ปีที่แล้ว

    why the link wget doesnt work ? server can not download it

  • @jeanduval6764
    @jeanduval6764 ปีที่แล้ว

    How to enable the audio?

  • @JoginderPalArora
    @JoginderPalArora ปีที่แล้ว

    Hi sir, i just want to learn how can we create own windows as .gz file. Can you make on this video. I have virtualbox with window's 11. How can we convert to .gz file.. Thanks..

  • @susamayghosh
    @susamayghosh ปีที่แล้ว

    Successfully created the file but can't use it on digital ocean droplets

  • @gilsonseo
    @gilsonseo ปีที่แล้ว

    can be in google cloud?

  • @rhettpete
    @rhettpete 6 หลายเดือนก่อน

    Now I understand why every droplet I create stop working after a few days... I randomly open xserver screens while experimenting and forget about them

    • @Kandy_Ltd
      @Kandy_Ltd 6 หลายเดือนก่อน

      What is xserver screen?

  • @asrk4486
    @asrk4486 ปีที่แล้ว

    unable to do in contabo please help

  • @asrk4486
    @asrk4486 ปีที่แล้ว

    i want to create for contabo too

  • @hispyder
    @hispyder 11 หลายเดือนก่อน

    After 1 days my rdp is shutdown
    Tried 3-4 times
    How to solve this? I think digitalocean banning the RDP port

  • @He-Is-One-and-Only
    @He-Is-One-and-Only ปีที่แล้ว

    Nice 👍👍👍

  • @abdoben833
    @abdoben833 ปีที่แล้ว

    hello, please help ,I couldn't connect to the windows server via rdp.
    i typed ip:port but it doesn't work , when i only use ip to log , i only log to ubuntu host machine
    i can log in through vnc to the vm but i can't via rdp , althoug rdp is enabled in the windows server vm
    Remote Desktop cant connect to the remote computer for one of these reasons:
    I) Remote access to the server is not enabled
    2) The remote computer is turned off
    3) The remote computer is not available on the network

    • @Javaxmlx
      @Javaxmlx ปีที่แล้ว +1

      did u connect?

    • @abdoben833
      @abdoben833 ปีที่แล้ว

      @@Javaxmlx still using vnc , i couldnt use rdp

    • @Javaxmlx
      @Javaxmlx ปีที่แล้ว

      @@abdoben833create a .gz file like it said in the video and create another server and install the windows there. After that you won't need vnc, to connect to the vps you can just use anydesk or anyviewer for better experience.

    • @abdoben833
      @abdoben833 ปีที่แล้ว

      ​@@Javaxmlx yes i didn't complete that part of the video , thank you for help , i will complete the video steps , then i will retry connecting with rdp.

  • @towfikurrahman9339
    @towfikurrahman9339 ปีที่แล้ว

    give me solution

  • @whilee5894
    @whilee5894 ปีที่แล้ว

    reuploading 😇

  • @HeLLxGodLike
    @HeLLxGodLike ปีที่แล้ว +1

    clown we need rdp not xrdp

  • @jaysync665
    @jaysync665 7 หลายเดือนก่อน

    thank you so much for your videos, you are a legend
    is there a way to use this guide to build a w11 instance?
    I followed the instructions, got a bigger droplet and added more RAM, since w11 minimum requirement is 4000M
    when the error: This PC cannot run Windows 11 showed up
    I added the LabConfig settings via REGEDIT as you explained in another video
    unfortunately that does not do the trick
    could you please give me a hint? @cloud-tech

  • @mdy1343
    @mdy1343 ปีที่แล้ว +1

    qemu-system-x86_64: cannot set up guest memory 'pc.ram': Cannot allocate memory
    how to fix this?

  • @cv-so1xo
    @cv-so1xo 8 หลายเดือนก่อน

    How does Windows Server VPS backup work?

  • @mdy1343
    @mdy1343 ปีที่แล้ว

    Help , i cant login vnc connect
    Connection time out

  • @aswrtrt55
    @aswrtrt55 8 หลายเดือนก่อน

    How does Windows Server VPS backup work?

  • @abokatonh1260
    @abokatonh1260 8 หลายเดือนก่อน

    How does Windows Server VPS backup work?

  • @w2251wq
    @w2251wq 8 หลายเดือนก่อน

    How does Windows Server VPS backup work?

  • @adminpaspoort
    @adminpaspoort 8 หลายเดือนก่อน

    How does Windows Server VPS backup work?

  • @adminpaspoort
    @adminpaspoort 8 หลายเดือนก่อน

    How does Windows Server VPS backup work?

  • @AkuAku-it1pj
    @AkuAku-it1pj 8 หลายเดือนก่อน

    How does Windows Server VPS backup work?

  • @AkuAku-it1pj
    @AkuAku-it1pj 8 หลายเดือนก่อน

    How does Windows Server VPS backup work?

  • @assek78
    @assek78 8 หลายเดือนก่อน

    How does Windows Server VPS backup work?

  • @please23w
    @please23w 8 หลายเดือนก่อน

    How does Windows Server VPS backup work?