Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Condor Does that one also have a graphical interface and portforwarding and such? :)
-
C0D4681467yVMware would be the best I’ve used but not open 😞would be so much better if open sourced.
Virtualbox would be the nicest second I’ve come across, I would be interested in any others that are rated well. -
@C0D4 Oh the best I've used is VirtualBox by far and would try out VMWare again (it fucked everything up during my exams) but yeah I am definitely not going to run closed source software on a fucking production server haha :P
-
gberginc4517yOn Linux, I always use QEMU with KVM. On top of that libvirt (and its CLI virsh) + virt-manager (for UI) which allows for most of the configs. Nice thing about the virt-manager is that it is a great resource for learning libvirt management (e.g. you configure your VMs from UI, then export its descriptor and tweak it further - once you have this under control, you will just replicate your configs for whatever VM you use).
-
Kimmax111067yProxmox is a GUI that manages stuff arround the VMs like storage, backups and network, vm creation etc. In your browser and uses either qemu for kvm virtualization or lxc for container based virtualization. You can run both at the same time and manage them almost the same way
-
@Jilano Yeah I know but I can't install the server through a custom ISO :/.
I've used it and installed it before :)
Edit: nevermind, you can install it on a debian machine without ISO I see now! -
Kimmax111067y@Jilano @linuxxx proxmox is just a kernel + some user land packages, install proxmox-ve and you should be good to go
Maybe add the pve repository tho -
@codebaker The last few times I've used it, huge memories came up. Also, specifying the amount of space allowed per vm/container is a requirement for me :/
-
Wack63117yI personally lile to run VM's having `boot2docker` on them and the docker for the apps. So far proxmox is the easyest, but IMO, you can handle it with `Vagrant` just as well.
-
@wolt Awesome! Why the fuck would I use closed source operating systems though? I'd like to keep my servers malware/spyware free ;)
-
31415097yMay I ask what your use case is? What are you using this setup for or what are you planning to do with it?
-
@3141 This server is not for me but for a friend. It'll run multiple vps's with different purposes (hosting, specific web applications, email etc)
-
31415097y@linuxxx If you (or your friend) are willing to compromise a little on the security front (meaning a shared kernel), Docker (better yet, Docker Compose) would probably make your life a whole lot easier. Administration is really easy, you save the cost of virtualization and in addition you get a powerful networking model. The security implications should be negligible since all containers are controlled by the same person.
If you really want a virtualization solution, you could have a look at OpenStack via DevStack. That, however, can become really complicated really fast.
Related Rants
Question, I use VirtualBox and PHPVirtualBox on multiple servers right now. Love it and it works great but I'm wondering if anyone knows any good alternatives?
Requirement is that it's open source :)
question
virtualbox
alternatives
open source