Jump to content

My plan is to repuporse my old i7 into a server (thanks for everyone help from earlier) now my question is once I set it up and go headless is there a way to access its gui from my primary pc? Almost like a vm window where I can click arround ect. ? If so is there an easy way to do it I'm a total newb when it comes to Linux.

 

I'm trying to use this as my entry into Linux. So thanks again.

Link to comment
https://linustechtips.com/topic/677057-ubuntu-server-question/
Share on other sites

Link to post
Share on other sites

2 minutes ago, stbadreturns said:

So I would be trying to go from my win 7  to this Linux server but I'm starting it as more of a Linux pc it then a barebones server for starters so that why I would need full access to its gui

You don't need gui access in linux. 

 

 

Get putty on windows and ssh in. You can do everything you could every want.

Link to comment
https://linustechtips.com/topic/677057-ubuntu-server-question/#findComment-8714191
Share on other sites

Link to post
Share on other sites

If you are using ubuntu server edition, you wont get a GUI so you will just need PuTTy to access it and it will do everything. If you use Ubuntu Desktop edition for your server (you shouldn't) then you will need to setup realVNC server or tightvncserver and use a vnc viewer.

Link to comment
https://linustechtips.com/topic/677057-ubuntu-server-question/#findComment-8714203
Share on other sites

Link to post
Share on other sites

As @ssfdre38 suggest, you can connect to your Linux server through SSH using Putty. This is the way you want to access and manage it anyway, since a GUI is a security weak point and pretty much everyone suggests not to install it or to uninstall it as soon as you're done configuring everything.

Yes, even Microsoft encourages you to not install the GUI on its Server operating systems.

 

VNC is a remote desktop protocol that you want to use to access other desktop systems, it really shouldn't be used on servers.

 

I'm not sure why you'd need Steam running on a server. After all, storing your games on a remote location is going to negatively impact your loading times. One thing you can do is backing up your games to a SMB share on the server and mounting that same share on your local machine as a network drive from where you can restore your library without having to redownload everything.

Link to comment
https://linustechtips.com/topic/677057-ubuntu-server-question/#findComment-8714916
Share on other sites

Link to post
Share on other sites

well Valve only officially support steamCMD witch is a command line only server system. There are a few GUI based apps but valve does not support them and you would be on your own. I still say to just use Ubuntu Server and not Ubuntu Desktop for more resources pushed to steamCMD. Just so you know steam does have a key and licence system for encrypted the connection so it is secure.

Link to comment
https://linustechtips.com/topic/677057-ubuntu-server-question/#findComment-8716358
Share on other sites

Link to post
Share on other sites

14 hours ago, ssfdre38 said:

well Valve only officially support steamCMD witch is a command line only server system. There are a few GUI based apps but valve does not support them and you would be on your own. I still say to just use Ubuntu Server and not Ubuntu Desktop for more resources pushed to steamCMD. Just so you know steam does have a key and licence system for encrypted the connection so it is secure.

Command line servers can be run on desktop Ubuntu.

You can also stop the GUI from starting.

 

Putty is the best SSH client for accessing your server.

Link to comment
https://linustechtips.com/topic/677057-ubuntu-server-question/#findComment-8719331
Share on other sites

Link to post
Share on other sites

for me i wouldnt have the ubuntu desktop installed as a server just cause it does take up a good amount of memory but that is just me. I did had a windows server 2012 R2 installed then switched to linux just cause i couldn't do a good amount of things that i wanted to

Link to comment
https://linustechtips.com/topic/677057-ubuntu-server-question/#findComment-8721023
Share on other sites

Link to post
Share on other sites

you can use normal ubuntu as a server with the right software and the correct configuration

i used to use windows 7 as a my main server os and it was the best at the time for me

****SORRY FOR MY ENGLISH IT'S REALLY TERRIBLE*****

Been married to my wife for 3 years now! Yay!

Link to comment
https://linustechtips.com/topic/677057-ubuntu-server-question/#findComment-8721116
Share on other sites

Link to post
Share on other sites

As much as everyone is right in saying to use the server completely headless, and I certainly do for all mine, its understandable for new potential converts to OS's like linux that it could be scary or could make you feel powerless (terminal isn't like cmd line in windows - its actually the most powerful way you can use the system) so provided this isn't anything life threatening / commercial id fully recommend using desktop ubuntu.

 

Get yourself a feel for it and gradually get used to using terminal for everything instead of the gui. Its certainly an attack vector and you should know that you shouldn't have a gui, but realistically the benefit of you enjoying the linux experience outways the risk on the short term IMO.

Link to comment
https://linustechtips.com/topic/677057-ubuntu-server-question/#findComment-8721126
Share on other sites

Link to post
Share on other sites

If you really want a GUI, I guess you could make a barebones Linux server, use KVM to install a desktop Linux OS as a virt, and then use `virt-manager` to interact with a GUI. Not a great idea, but could be worse. You could also use the obvious X forwarding over SSH, but that's slow as hell and also requires you have an X server on your side. You could also use things like Webmin that handle _some_ of the applications you might be running, not all. Some applications also have web interfaces of their own, such as the excellent ZNC webadmin. And, if you want to monitor resource usage, I highly suggest Netdata.

Link to comment
https://linustechtips.com/topic/677057-ubuntu-server-question/#findComment-8735474
Share on other sites

Link to post
Share on other sites

41 minutes ago, dvdmuckle said:

If you really want a GUI, I guess you could make a barebones Linux server, use KVM to install a desktop Linux OS as a virt, and then use `virt-manager` to interact with a GUI. Not a great idea, but could be worse. You could also use the obvious X forwarding over SSH, but that's slow as hell and also requires you have an X server on your side. You could also use things like Webmin that handle _some_ of the applications you might be running, not all. Some applications also have web interfaces of their own, such as the excellent ZNC webadmin. And, if you want to monitor resource usage, I highly suggest Netdata.

Building on that, there is an excellent resource called Linux Game Server Managers that basically does all the work for you, is headless, and they have easy to follow instructions on how to get started. But, like others have said, I strongly recommend that you get some command line experience under your belt, as it really is the best and most powerful way to manage a Linux OS (regardless if it's desktop or server).

Link to comment
https://linustechtips.com/topic/677057-ubuntu-server-question/#findComment-8735680
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×