Windows virtualization under Linux?

Have a good meal,

very briefly:

Does anyone have a solution how I can install a Windows VM with remote access to my Linux server?

I don't even know if that's technically possible. I have a Linux server with the Ubuntu Server operating system. The server isn't that slow either, easily enough to run Windows natively. Currently, it only runs Nextcloud. I'd like to have a way to simply open Microsoft Remote Desktop and remotely access a properly running Windows installation from anywhere. Is something like that technically feasible? Or are there other solutions or ideas?

I am happy to consider any other solutions and ideas.

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
16 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Robin42
1 year ago

For Ubuntu Desktop, VirtualBox is definitely possible, I don’t know if you can use it without GUI, but I think so. However, it would be the question whether your server allows virtualization. This can be deactivated in the BIOS and if you have no hardware access to the server, you either need to ask the hoster or if a vServer/VPS is in general it is not advisable to run recursive virtualization.

Waldelb3
1 year ago

Proxmox would be the easiest.

TheQ86
1 year ago
Reply to  gamb0120

Proxmox is based on Debian. So the same system based on Ubuntu. Proxmox VMs use native KVM.

If you use a system for VMs, you should not install anything on this system in parallel. You can set up small VM for nextcloud yes. Technically, nix would speak against letting nextcloud run directly on the virtualization host, but bad practice is nevertheless.

TheQ86
1 year ago

It goes through virtualization. Can use KVM. But you have to read a bit. You can find tutorials on the internet.

davegarten
1 year ago
Reply to  gamb0120

As soon as the VM runs and corresponding network connection is configured, i.e. you can also get into the VM from outside, you can access the RDP port as with any other computer (if applicable). Service running in virtualized Windows).

TheQ86
1 year ago
Reply to  gamb0120

As long as the VM runs and the network is correctly configured, you can naturally connect to RDP clients.

TheQ86
1 year ago

In this tutorial you install the virt manager on another system that also runs on Ubuntu. You will then start the virtual machine on the server.

You don’t have to do that. You can also work directly on the server, but then you do not have a graphical interface and have to do everything about the shell.

TheQ86
1 year ago

So you don’t have to be an expert. You need a solid tutorial, but more to know always helps when encountering difficulties.

https://www.windowspro.de/brandon-lee/kvm-ubuntu-install-virtuelle-maschinen-installation

Look here. However, you need another Ubuntu for this tutorial to configure the VMs on the server via a user interface.