Results 1 to 10 of 12
Hi guys,
Hope you are all well,
i'm pretty new to linux and I am in need of setting up a server.
I downloaded Ubuntu server and tried to go ...
- 04-19-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 6
Linux Server - Choosing the right one - Help please :)
Hi guys,
Hope you are all well,
i'm pretty new to linux and I am in need of setting up a server.
I downloaded Ubuntu server and tried to go through the ubuntu guide to set it up, getting bogged down with all the code!
Therefore I was wondering if anyone knows of any linux server distributions where I can set up a domain controller, simple file network, usernames and passwords, so that lets say 5 windows computers can join the domain, people log in using there username and passwords and access shared files located on the server. Preferably it would be good if it is a distribution with a GUI, or coded which has a very very good guide attached.
Thanks in advance!!
Sav
- 04-19-2011 #2
Hello. You can install debian as server OS, because it is very stable distribution. For setting up domain controller you must use samba package, it is very simple to configure it. If you need a GUI, samba has web interface, called "SWAT". BTW, you can also install webmin, to manage with web interface you debian configuration.
- 04-19-2011 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
Hello and welcome to the forums!

I believe you'll find that most server distros don't come with a GUI, but you can add one to any of them. In addition, you can use any distro for a server with some modifications and tweaking. I'm not familiar with any server distros that come with a guide attached. In most cases, you can find various guides online with some serious googling.
You can check the following link for favorite server distro as voted by our membership:
http://www.linuxforums.org/forum/cof...ge-2011-a.htmloz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 04-19-2011 #4Just Joined!
- Join Date
- Sep 2008
- Posts
- 12
Hi Sav,
I'd stay where you are, and build from there - mainly because loads of people use Ubuntu, so you'll get more support ( and tbh all the major alternatives are just as good, just do things slightly differently ).
To install a gui, type
sudo apt-get install ubuntu-desktop
This will get you 'gnome' - a basic gui - that i use by preference. In addition, as mentioned before, I also recommend that you install webmin, a free alternative to dashboards like plesk, cpanel...
First off, make sure you've got everything you need to support it:
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl wget
should get them all. Then download the current version of webmin:
sudo wget prefix://prdownloads.sourceforge.net/webadmin/webmin_1.540_all.deb
And install it.
sudo dpkg -i webmin_1.540_all.deb
You can now point your browser to ssl prefix://localhost:10000 ( replace localhost with the server's IP address if you're connecting remotely ) and you're off. You'll find docs at prefix://doxfer.webmin.com/Webmin
( sorry, replace prefix and ssl prefix with the obvious - I'm not allowed to link them in! )
hth,
Steve
- 04-20-2011 #5Just Joined!
- Join Date
- May 2008
- Posts
- 9
Server installing?
Why not sme-server?
its a complete server managed via a web-browser.
and its free.
Jan
- 04-21-2011 #6Just Joined!
- Join Date
- Apr 2011
- Posts
- 6
Hi there, thanks for all the help.
Just going through Steve's script,
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl wget
doesn't seem to work, comes up with an error.
Also I have install the desktop version through the server script. When it boots, the login screen works fine through gui, then I have to go back to ctrl+alt+F1 as nothing loads but the background.
Sav
- 04-21-2011 #7Just Joined!
- Join Date
- Apr 2011
- Posts
- 6
Also Jan,
To download the SME Server, I have found this link:
prefix://smemirror.fullnet.co.uk/releases/testing/8/iso/i386/
is the first 639MB file the correct one?
- 04-21-2011 #8Just Joined!
- Join Date
- Apr 2011
- Posts
- 6
SUCCESS!!
I have installed SME Server and configured the domain controller using the guide.
Username etc work on the workstations when they are connected to the domain
However, there is one thing I cannot find, where the folders are located so I can change the users that can access each folder on the server manager.
- 04-21-2011 #9Just Joined!
- Join Date
- May 2008
- Posts
- 9
Folders to share
- 04-27-2011 #10Just Joined!
- Join Date
- Apr 2011
- Posts
- 6
Thanks Jan. I've set up the I-Bays now.
Do you know how to backup specific i-bays. For example only backup i-bays 1 & 3 & username files for savan, leaving the rest of the files on the server?
Sav


Reply With Quote
