Windows 10: First Post - Gaming Server and VM's

Discus and support First Post - Gaming Server and VM's in Windows 10 Virtualization to solve the problem; Hi to you all, First time posting here. Been aware of this forum for a while, but decided I needed to join as I have question that I need an answer... Discussion in 'Windows 10 Virtualization' started by JasonH76, Jan 5, 2021.

  1. JasonH76 Win User

    First Post - Gaming Server and VM's


    Hi to you all,

    First time posting here. Been aware of this forum for a while, but decided I needed to join as I have question that I need an answer for! Other forums have helped, but need for input - as Johnny 5 would say (80's kids will get what I mean!)

    Right, just been spending the last few weeks deciding what parts to get to make a gaming server for my kids (Keep getting distracted!) Decided on building a AMD based system with parts I already have from an existing server that is Intel based... The server will house a Windows Server 2016 AD system (kids hate it!) and run a Minecraft local server, and Steam LanCache. It will also host all my media and files. It will host a couple of VM's too. I have a separate backup (12TB drive) connected elsewhere in the house.

    My mine issue is that I need a motherboard with IPMI KVM socket for remote management including BIOS access. These seem to be on Motherboards from ASUS, Gigabyte, Supermicro and ASRock. My Budget is 600 for a CPU and Motherboard. Looking for some good suggestions!

    The parts I have so far are:

    AMD Ryzen 3700X 8C/16T CPU @3.6GHz) (not ordered yet as seeing what others may suggest)
    16GB (2 x 8GB) 3200MHz Corsair Vengeance RGB DDR4 (Existing)
    256GB Intel NVMe Drive (Boot OS) (Existing)
    500GB Samsung 950 Evo SSD (Existing)
    4 x 4TB WD Red Pro HDD's (Existing)
    MSI GTX 1050Ti Gaming X Graphics Card (Existing)
    10GB XC-1OOG PCIe Network Adapter (Existing)

    My existing server is a HP Microserver Gen8 with a 2C/4T Xeon E3-1220L V2 @ 2.3GHz with 16GB ECC DDR3 RAM.

    I have also looked at UnRAID as a OS and run Windows Server 2016 as a VM, but not sure as it seems a lot of work! Would need help on getting hardware like GPU working properly though a VM.

    :)
     
    JasonH76, Jan 5, 2021
    #1
  2. JasonH76 Win User

    First Post - Gaming Server and VM's

    Hi to you all,

    First time posting here. Been aware of this forum for a while, but decided I needed to join as I have question that I need an answer for! Other forums have helped, but need for input - as Johnny 5 would say (80's kids will get what I mean!)

    Right, just been spending the last few weeks deciding what parts to get to make a gaming server for my kids (Keep getting distracted!) Decided on building a AMD based system with parts I already have from an existing server that is Intel based... The server will house a Windows Server 2016 AD system (kids hate it!) and run a Minecraft local server, and Steam LanCache. It will also host all my media and files. It will host a couple of VM's too. I have a separate backup (12TB drive) connected elsewhere in the house.

    My mine issue is that I need a motherboard with IPMI KVM socket for remote management including BIOS access. These seem to be on Motherboards from ASUS, Gigabyte, Supermicro and ASRock. My Budget is £600 for a CPU and Motherboard. Looking for some good suggestions!

    The parts I have so far are:

    AMD Ryzen 3700X 8C/16T CPU @3.6GHz) (not ordered yet as seeing what others may suggest)
    16GB (2 x 8GB) 3200MHz Corsair Vengeance RGB DDR4 (Existing)
    256GB Intel NVMe Drive (Boot OS) (Existing)
    500GB Samsung 950 Evo SSD (Existing)
    4 x 4TB WD Red Pro HDD's (Existing)
    MSI GTX 1050Ti Gaming X Graphics Card (Existing)
    10GB XC-1OOG PCIe Network Adapter (Existing)

    My existing server is a HP Microserver Gen8 with a 2C/4T Xeon E3-1220L V2 @ 2.3GHz with 16GB ECC DDR3 RAM.

    I have also looked at UnRAID as a OS and run Windows Server 2016 as a VM, but not sure as it seems a lot of work! Would need help on getting hardware like GPU working properly though a VM.
     
    JasonH76, Jan 5, 2021
    #2
  3. jimbo45 Win User
    First Post - Gaming Server and VM's

    Hi there
    @JasonH76

    While that Microserver is a good one (and you can add a GPU -- you need a half height one though) it won't be possible to "pass thru" graphics to a VM since the Mobo doesn't support IOMMU -- this is needed for "VFIO" to get the VM to access the hardware directly.

    However don't toss it away - here's a way to make it run better so you can keep it as a NAS server etc before dealing with the other of your Gaming server.

    1) replace the DVD with an SSD -- easy enough to do with MOLEX connector and SATA adapter.

    2) get rid of the "built in hardware RAID" and switch to AHCI.

    3) This means you won't have Native boot on Port 0 (the port where your SSD should be sitting).

    4) However this machine allows boot from an internal SD card so use one -- I use a Micro SD card from an old Mobile phone in a standard SD adapter works fine.

    5) Now install any sensible Linux distro - I'm using Arch Linux on that machine -- but install with partitions as follows:
    on the sd card have /boot formatted to fat32 and ensure flags are set to boot and its not an EFI partition. then on the SSD have / (the root system) , /home and swap.

    6) Now you can boot from the internal SD card -- it loads the bootloader and GRUB from the SD card and then the rest of the OS on the SSD. Now you've got a nice fast OS -- OK boot takes a small while longer (GRUB and the boot loader from the SD card - but then that's it -the rest is done from the SSD !!!!

    7) If you have 2 or more HDD's in the HDD bays define as RAID 0 with MDADM (backup any data first of course). This will speed up the I/O hugely and HDD's are reasonably reliable so you are unlikely to lose data --simply take backups regularly which you should be doing anyway.

    On that type of rig I can run a whole slew of VM's either with VMWare workststion or KVM -- but you could use VBOX or VMWare player - both free.


    I've run RAID 0 24/7 for months on that rig - only time I need re-boot if upgrading the hardware or upgrading to larger HDD's. Never a failure yet - but DO take backup --GRSYNC or RSYNC are excellent data backup tools on a Linux server.

    Use this server also to host all your multi-media files and to backup from your other system (and any Windows computers in your household).


    Now for your Games rig with passthru

    You need a MOBO capable of supporting IOMMU, the CPU to enable HYPERTHREADING, and at least two GPU cards and preferably 2 LAN connectors (although if using Wifi ensure that) .

    I refer you to my post in this section also

    Getting almost Native performance on W10 VM running on KVM

    Note - If the users are on Wifi then to create "Network Bridge" you'll have to do it like I've described in this post and not as described in the above blog. Also you can start the VM(s) on Boot of the HOST automatically.

    creating the "Wifi" bridge.

    Enable Windows VM's HOST access with KVM HOSTS

    Attachment 313497


    boot VM automatically on Host boot.



    Attachment 313495


    Have fun and lets know how you get on with that project (also if you alter your Gen 8 microserver).

    BTW for media streaming etc I have the files on a NAS server and use an Amazon firestick with KODI installed on it to watch media on a remote TV.

    I think --depends on your set up though - doing it this way is better than having a multimedia server on your NAS -- this way you only need the KODI client on any devices you want to watch content on. Ensure though if using LINUX NAS that openssh is installed as well as SAMBA.

    I prefer the Linux method of sharing files - you don't need the "sharers" to have an account on the server, just permission to access the drives, and the Linux server can run totally in "headless mode" with nobody logged on-- if you get experienced in Linux you don't even need a GUI - even for running the VM's but to start with I'd have a GUI.


    Cheers
    jimbo
     
    jimbo45, Jan 5, 2021
    #3
  4. newtekie1 Win User

    First Post - Gaming Server and VM's

    TPU Minecraft Server

    Done. Thanks for the suggestion!*Toast :toast:
     
    newtekie1, Jan 5, 2021
    #4
Thema:

First Post - Gaming Server and VM's

Loading...
  1. First Post - Gaming Server and VM's - Similar Threads - Post Gaming Server

  2. W2K19 Server VM vs W10 Pro VM

    in Windows 10 Virtualization
    W2K19 Server VM vs W10 Pro VM: Hi folks : Seems crazy that on KVM/QEMU on a 64 GB RAM HOST - W2K19 server only needs as default 2 vCPU's (out of 16 available on my machine) and 2GB RAM whilst the recommended config for W10 PRO is 4 vCPU's and 4GB RAM. As I've mentioned elsewhere the W2K19 SERVER really...
  3. First post WIN 10 VPN

    in Windows 10 Network and Sharing
    First post WIN 10 VPN: Retired IT Professional. Current need for information on VPN removal. 178042
  4. `Sync Email. First Post Here

    in Windows 10 Software and Apps
    `Sync Email. First Post Here: I want to sync my Lap Top to my Android Mobile. Has someone got a link where I can start to learn. Outlook in particular. Thank You https://answers.microsoft.com/en-us/windows/forum/all/sync-email-first-post-here/1c460e09-764d-4667-846d-9276325e6420
  5. first time post

    in Windows 10 Support
    first time post: Version 2004 Build 19041.508 165818
  6. Windows as a media server with VM

    in Windows 10 Ask Insider
    Windows as a media server with VM: Hi I got an old Asus U46E with a i7-2620M and 8go ram (looking to update the ram) I'm using it a media player (mostly streming with emby and, netflix) with some google search. For now i have an ubuntu with Pihole, the emby server, pivpn, and a bit more Is there some stuff...
  7. First Post to This Forum

    in Windows 10 Support
    First Post to This Forum: Am a newbie and this is my first post to this forum. I think I have set things up correctly but wonder about receiving replies Would someone please reply to this post so I can check whether or not that feature works. Thank you a lot. 132204
  8. ClearOS as headless NAS server on a VM

    in Windows 10 Virtualization
    ClearOS as headless NAS server on a VM: Hi folks. Nothing wrong in virtualising servers these days. anybody tried this one yet on a VM -- looks quite good for things like NAS servers --small and very fast. You just run it from a webui so it works 100% headless - normally that's what you want a NAS server to...
  9. Basic Installation Questions--First Post

    in Windows 10 Installation and Upgrade
    Basic Installation Questions--First Post: Just downloaded 10130 (x86) .iso and have a couple of questions. I burned it to a DVD (using ImgBurn—which deleted the file when the burn was completed. Just a suggestion to make a copy before burning.) I will be doing a clean install on an unused XP computer into which I...
  10. First Post

    in Windows 10 News
    First Post: Hello here