Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
i was able to install the server but when try to install the iso it gave me error VERR_VMX_MSR_LOCKED_OR_DISABLED any recommendation
Hi, this is because you chose more than one CPU core. Since this is a Virtualbox running on a virtualized environment, you can only use 1 core with Windows VMs.
I suggest to everyone make a swap memory at least 2 GB, the performace will be increased a lot
How secure is this setup? Should you do anything to encrypt the VNC connection?
@pmarchant: You can make this more secure by doing what the last paragraph in Step 2 says.
Hi Guys, can I run CentOS (Minimal installation) and install Virtualbox on top? (A bit like ESXi) I would then have a minimal install on to which I could install my Windows 7 or XPenology Systems. Any pointers as to what a good way to do that would be appreciated? I have a rig with intel i7 and 28GB RAM lying around, I would like to have it RAID 5 too so that in case of disk failure I could swap one out.
You know what my ideal (and dream) server would be… a fully RAIDed (Virtualised Server) machine with the ability to switch between Windows 7, Ubuntu and XPenology all on the one screen withouth having to log in and out of different windows. Does something like that exist?
Hello,
I choosed CentOS 6.5 x64 to my droplet, and tried to install VirtualBox, the system show me a error after de command “/etc/init.d/vboxdrv setup” on the first step.
[root@mydroplet ~]# /etc/init.d/vboxdrv setup Stopping VirtualBox kernel modules [ OK ] Uninstalling old VirtualBox DKMS kernel modules [ OK ] Removing old VirtualBox pci kernel module [ OK ] Removing old VirtualBox netadp kernel module [ OK ] Removing old VirtualBox netflt kernel module [ OK ] Removing old VirtualBox kernel module [ OK ] Trying to register the VirtualBox kernel modules using DKMSError! echo Your kernel headers for kernel 2.6.32-431.1.2.0.1.el6.x86_64 cannot be found at /lib/modules/2.6.32-431.1.2.0.1.el6.x86_64/build or /lib/modules/2.6.32-431.1.2.0.1.el6.x86_64/source. [FAILED] (Failed, trying without DKMS)
I try change kernel headers to match, but not change, do you have any ideas ? Thanks
@mf.wagner: It’s trying to look for the kernel headers but is not able to find them. Try installing the kernel-headers-2.6.32-431.1.2.0.1.el6.x86_64 package. Does that fix it?
Hi Kamal,
Thanks for fast reply. Unfortunately not worked. The same result.
[root@mydroplet ~]# wget http://ftp.muug.mb.ca/mirror/centos/6.5/updates/x86_64/Packages/kernel-devel-2.6.32-431.1.2.0.1.el6.x86_64.rpm –2014-04-03 16:29:19-- http://ftp.muug.mb.ca/mirror/centos/6.5/updates/x86_64/Packages/kernel-devel-2.6.32-431.1.2.0.1.el6.x86_64.rpm Resolving ftp.muug.mb.ca… 130.179.31.46 Connecting to ftp.muug.mb.ca|130.179.31.46|:80… connected. HTTP request sent, awaiting response… 301 Moved Permanently Location: http://www.muug.mb.ca/mirror/centos/6.5/updates/x86_64/Packages/kernel-devel-2.6.32-431.1.2.0.1.el6.x86_64.rpm [following] –2014-04-03 16:29:19-- http://www.muug.mb.ca/mirror/centos/6.5/updates/x86_64/Packages/kernel-devel-2.6.32-431.1.2.0.1.el6.x86_64.rpm Resolving www.muug.mb.ca… 130.179.31.46 Reusing existing connection to ftp.muug.mb.ca:80. HTTP request sent, awaiting response… 200 OK Length: 9193792 (8.8M) [application/x-rpm] Saving to: `kernel-devel-2.6.32-431.1.2.0.1.el6.x86_64.rpm’
100%[===================================================================================================================================>] 9,193,792 7.55M/s in 1.2s
2014-04-03 16:29:20 (7.55 MB/s) - `kernel-devel-2.6.32-431.1.2.0.1.el6.x86_64.rpm’ saved [9193792/9193792]
[root@freshemail ~]# /etc/init.d/vboxdrv setup Stopping VirtualBox kernel modules [ OK ] Uninstalling old VirtualBox DKMS kernel modules [ OK ] Removing old VirtualBox pci kernel module [ OK ] Removing old VirtualBox netadp kernel module [ OK ] Removing old VirtualBox netflt kernel module [ OK ] Removing old VirtualBox kernel module [ OK ] Trying to register the VirtualBox kernel modules using DKMSError! echo Your kernel headers for kernel 2.6.32-431.1.2.0.1.el6.x86_64 cannot be found at /lib/modules/2.6.32-431.1.2.0.1.el6.x86_64/build or /lib/modules/2.6.32-431.1.2.0.1.el6.x86_64/source. [FAILED] (Failed, trying without DKMS) Recompiling VirtualBox kernel modules [ OK ] Starting VirtualBox kernel modules [ OK ]