On Thu, Jul 10, 2008 at 4:30 PM, Robert Dailey <<a href="mailto:rcdailey@gmail.com">rcdailey@gmail.com</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Thu, Jul 10, 2008 at 3:58 PM, Bud Roth <<a href="mailto:junk@taiotoshi.org" target="_blank">junk@taiotoshi.org</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Rob:<br>
<br>
On your server, you need to "sudo apt-get install openssh vnc4server".<br>
On your Linux client, ssh and vncviewer are standard parts of Ubuntu<br>
installs.<br>
<br>
Openssh is a Telnet-like command line terminal program that has security<br>
built-in. It uses an encrypted session, unlike telnet, to send data<br>
back and forth. That should be your command-line way to visit your<br>
server.<br>
<br>
Vnc-server provides a secure, GUI desktop based on the X server<br>
installed on your server (xubuntu) to remote clients that request a<br>
connection. It eats up much less bandwidth than running a remote X<br>
session.<br>
<br>
Read up on both of them. After you install, post your issues and<br>
someone will be able to solve them.</blockquote></div><br></div>Thanks for your response.<br><br>I did the following from my ubuntu server:<br><br>vnc4server<br><br>after running that command, it asked me for a password. However, I cannot figure out what port it listens to nor how to configure that. How can I configure the port for the server to listen on?<br>
<br>Also, I'm using TightVNC Viewer on my windows machine to connect to my linux server. Is this okay too?<br><br>Do I have to do anything additional on my server to get VNC working? For example, do I have to start the xubuntu desktop or something? Thanks for the help.<br>
</blockquote></div><br>Aside from not being able to specify the port, I have a whole different issue. For some reason VNC doesn't seem to be using the X11 windowing system, it's using some other default thing that has trouble rendering the title bars of all the windows (so I can't close windows or drag them). How can this be fixed? Thanks.<br>