* Create Web Service daemon (this will allow start/stop for updating VirutalBox versions):
As '''root''' user, create the file '''''/etc/init.d/vboxwebsrv''''' and add the following (ensure you replace ''username'' on line 6 with the same user name as added to the ''vboxusers'' group during VirtualBox install):
{{Text|Text=<nowiki>#! /bin/sh PATH=/usr/sbin:/usr/bin:/sbin:/bin
 DESC="VirtualBox Web Service"
 NAME=vboxwebsrv
    exit 3
    ;;
 esac</nowiki>}}
Set permissions:
{{Code|chmod 755 /etc/init.d/vboxwebsrv}}