2

I have a linux server that I use for various services since a very long time. I would like to run some new software on it but it's a windows software that is a server of some kind. Unfortunately emulators didn't help do the job correctly.

I use my linux server through the terminal only. I never use displays. Is it possible to use something like VMWare VSphere with Windows Server 2012 without requiring display?

Please tell me about your experience in that. I never used Windows Server before (but I'm pretty familiar with desktop versions of windows, which never look to be manageable only with terminals).

Thank you for any efforts.

The Quantum Physicist
  • 770
  • 4
  • 18
  • 36

1 Answers1

1

Even if you go fully stripped down, you're probably still going to need some sort of GUI for interacting, even if it's just the Minimal Server Interface and you're running everything command-line from there. At the very least, you'll likely need some form of GUI access for initial setup tasks.

There may be some hope for working with Emergency Management Services redirection and Server Core/Hyper-V (various resources available, but it's a small niche, try Veeam's article for some possibly interesting links to start from, along with the Microsoft Hyper-V download page.

And a couple days after this went up originally, Microsoft announced Nano Server (more here) stripped down for by removing the GUI stack, Win32, and other components. "There is no local logon or Remote Desktop support. All management is performed remotely via WMI and PowerShell."

fencepost
  • 1,106