Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

VirtualBox Plugin for unRAID v5 and v6

Featured Replies

  • Author

Change the webserver port to something else 54321 for example and then try again 10.0.0.11:54321

  • Replies 778
  • Views 235.5k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Looks like issue with 5.1.20 extension pack.  I see a brief question something like do I agree to these terms or whatever with a y/n? along the bottom of the GUI before a message saying install failed

Posted Images

Change the webserver port to something else 54321 for example and then try again 10.0.0.11:54321

 

not working.

This site can’t be reached

 

10.0.0.11 refused to connect.

ERR_CONNECTION_REFUSED

  • Author

Do you have a firewall that may be blocking this port?

 

Also copy config.php-example to config.php and change this line:

 

#var $noAuth = true;

to

var $noAuth = true;

remove # from beginning of line

Do you have a firewall that may be blocking this port?

 

Also copy config.php-example to config.php and change this line:

 

#var $noAuth = true;

to

var $noAuth = true;

remove # from beginning of line

 

no firewall..

did you notice that on the webserver plugin page it says:

Status:Stopped

?

 

what is wrong?

Start it again... does anything appear in the log?

 

Apr 12 19:37:54 Tower php: /usr/local/emhttp/plugins/apache/scripts/start

Apr 12 19:37:56 Tower apache: AH00534: httpd: Configuration error: No MPM loaded.

  • Author

I think you need to ask this in the apache webserver thread.

 

Did you try to restart the server?

I think you need to ask this in the apache webserver thread.

 

Did you try to restart the server?

 

I have uninstalled the plugin,

then installed apache server as a docker, config looks bit different.

after configuring few things, I am able to enter the phovirtualbox.

but,

 

am getting this message:

An error occurred communicating with your vboxwebsrv. No more requests will be sent by phpVirtualBox until the error is corrected and this page is refreshed. The details of this connection error should be displayed in a subsequent dialog box.

 

after clicking ok, receiving the following error:

Could not connect to host (http://127.0.0.1:18083/)

 

 

 

Thanks.

after clicking ok, receiving the following error:

Could not connect to host (http://127.0.0.1:18083/)

Change vboxwebsrv Host IP to your server's IP address. (You do have a static IP for your unraid box, right?)
  • Author

I think because you are using a docker then in the virtualbox plugin you need to change the ip address from 127.0.0.1 to your inraid ip 10.0.0.11

did that...

 

now getting error message:

An unknown PHP error occurred. This is most likely a syntax error in config.php in phpVirtualBox's folder. The most common errors are an unclosed quote or a missing semicolon in a configuration item that has been entered (e.g. location, username, or password).

 

Depending on your PHP configuration, navigating directly to config.php in your web browser may display the PHP error message.

 

 

 

I have changed the config.php file back to config.php-example

and still getting the same error messages.

  • Author

Try opening the config.php file in the web browser as suggested and see if the error is described in more detail.

  • 3 weeks later...

I had all the error messages as amstel.

I finally succeeded to install phpVirtualbox on my unraid and made it works  ;D

Here's how i dit it for those who, like me, are noobs.

 

1) Install software:

    - install the virtualbox plugin from theone (download virtualbox, extension and guest addition, install it)

    - install the docker Apache-PHP from hernandito (port mapping by default)

    - download phpvirtualbox from their site (last version 5.0.5) and unzip it under /mnt/user/appdata/apache/www/

    - rename this folder phpvirtualbox5.0.5 to phpvirtualbox

 

2) Configure:

 

  a) phpvirtualbox:

    - rename the config.php-example file in /mnt/user/appdata/apache/www/phpvirtualbox to config.php

    - modify it:

 

/* SOAP URL of vboxwebsrv (not phpVirtualBox's URL) */

var $location = 'http://your unraid ip:18083/';

 

// Disable authentication

var $noAuth = true;                ---> you can change it after

 

  b) virtualbox:

    - modify the file virtualbox.cfg in /boot/config/plugins/virtualbox

 

VBOXWEBSRV_HOST_IP="your unraid ip"

VBOXWEBSRV_HOST_PORT="18083"

 

  c) apache:

  - modify the file proxy-config.conf in /mnt/user/appdata/apache/config

 

  DocumentRoot /var/www/phpvirtualbox

 

3) Run:

  - start or restart the apache service (docker)

  - start or restart the vboxwebsrv service (plugin)

  - run in your browser http://your unraid ip:81/

 

Rem : 81 is the port which map the 80 port in the hernandito apache docker, the port 80 is used by unraid,

          it was a little complex because virtualbox, vboxwebsrv and apache are not all installed on the same server.

 

That's all.

Hope it helps.

 

  • 2 weeks later...

Is  vbox.a1aina.com down for anyone else? I upgraded unraid and rebooted and now the plugin isnt working and my virtualboxes are all dead  :'(

Hello,

 

I am proud to present:

VirtualBox plugin for unRAID v5 and v6

 

P.S.

This is my first attempt at a plugin.

 

I love your plugin but am now dead in the water because your site is down. Would it be possible to change the links so it will work when your site is down?  I can host something, I just need to know what needs to be pointed and where to get it working again. Or maybe make an option to manually point to the location of the files?

  • Author

It is not my site.

 

If indeed it is down forever I will need to look for an alternative hosting site.

 

It is not my site.

 

If indeed it is down forever I will need to look for an alternative hosting site.

Is there anything I can do with my local dns to point to an internal resource? Or can I make a site that holds it? I am on 6.1.9 now and can't get virtual box running, my local version is for older kernel.  Or is there a way I can download and convert a rpm or Deb from virtual box myself? 

Is there anyway i can force my local version to run?  It says local version 4.1.17 in red. or will i need to go back to 6.1.8 of unraid until the site is up?

  • Author

Is there anyway i can force my local version to run?  It says local version 4.1.17 in red. or will i need to go back to 6.1.8 of unraid until the site is up?

 

You have to have the correct compiled version for your kernel. I will PM you.

 

  • 2 weeks later...

I seem to have entered this topic during a period of strife. Does the site being down mean I can't get started with vbox under UnRAID?

 

mD8Ei9p.png

Hey,

 

any news about the "a1aina Site Down" message?

 

Thanks!

  • 2 weeks later...

I am more than willing to host files if needed

  • Author

I am more than willing to host files if needed

 

That would be greatly appreciated. I will contact you with private message regarding the exact html structure/format.

 

 

  • Author

a1aine's site is back up - thank you a1aine.

 

Thank you Timbiotic for your offer - I will look into changing the plugin to support 2 hosting sites when I have more free time - If one is down the other will be checked.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.