Line 196: |
Line 196: |
| ===Creating a Virtual Machine=== | | ===Creating a Virtual Machine=== |
| <ol> | | <ol> |
− | <li value="34">Using a web browser, go to http://yourdomain.com/phpvbox to create your virtual machine. | + | <li>Using a web browser, go to http://yourdomain.com/phpvbox to create your virtual machine. |
| <ul> | | <ul> |
| <li>Create a new virtual machine (e.g. vmXP)</li> | | <li>Create a new virtual machine (e.g. vmXP)</li> |
Line 202: |
Line 202: |
| </ul> | | </ul> |
| [[File:PhpVirtualBox-rdp-port.jpg]] | | [[File:PhpVirtualBox-rdp-port.jpg]] |
− | <li value="35">Even when the extension is installed, the VRDP server is disabled by default. On console:</li> | + | <li>Even when the extension is installed, the VRDP server is disabled by default. On console:</li> |
| <pre>vboxmanage modifyvm "vmXP" --vrde on</pre> | | <pre>vboxmanage modifyvm "vmXP" --vrde on</pre> |
− | <li value="35">Ensure you are connected to the server's internal network, then open a Remote Desktop client program. | + | <li>Ensure you are connected to the server's internal network, then open a Remote Desktop client program. |
| <ul> | | <ul> |
| <li>On Windows, open an RDP client (run -> mstsc) then type your server’s hostname:port number (e.g. myserver:9000), or your Server's (not your Guest) IP address followed by colon then the port number as shown on above image (Remote Desktop Server Port under Display) (e.g. 192.168.100.1:9000).</li> | | <li>On Windows, open an RDP client (run -> mstsc) then type your server’s hostname:port number (e.g. myserver:9000), or your Server's (not your Guest) IP address followed by colon then the port number as shown on above image (Remote Desktop Server Port under Display) (e.g. 192.168.100.1:9000).</li> |
Line 210: |
Line 210: |
| </li> | | </li> |
| </ul> | | </ul> |
− | <li value="36">Install the VirtualBox Guest Additions ISO into your newly setup VM.</li> | + | <li>Install the VirtualBox Guest Additions ISO into your newly setup VM.</li> |
| </ol> | | </ol> |
| | | |