I'd like to use the GUI environment on a spare box I have headless, not just ssh into it.
Is it possible to setup a remote desktop service even when there's no screen attached to the remote host?
I'm intending to use Debian Linux on the host.
|
I'd like to use the GUI environment on a spare box I have headless, not just ssh into it. Is it possible to setup a remote desktop service even when there's no screen attached to the remote host? I'm intending to use Debian Linux on the host. |
||||
|
|
|
Yes you can, the only thing to be aware of is if you do not have a monitor you also may not have a mouse or keyboard. Some BIOS's will throw a error if it detects no keyboard connected but that can usually be disabled. It is just something you need to be aware of. The Unix Stack Exchange site has a good question and answer on SSH X forwarding that may help you get started. |
|||
|
|
|
Yes, you can still run a GUI with no monitor attached. Additionally, you can X forward or VNC share or whatever from it. |
|||
|
|
|
Xvnc is a virtual X server that provides VNC remote desktop service. No monitor (or even video card) is required for it to run. |
|||
|
|
|
If you use VNC, you will need a graphics card, but no monitor or keyboard. |
|||
|