how is it possible? wow you have given a very good command oriented explanation. In our office once there was a networking guy who hails himself to be a best one and was not able to set up a server on Ubuntu, of course for five to ten systems which is not a big deal. Will this work for a group of computers???
Thanks for this brief descriptionof how to build a server. As they say: a picture is worth a 1,000 words. Your overview makes it seem to be very easy. Have to get the old metal out of the cellar and start working on it.
Xubuntu isn’t really as small and fast as it advertises to be anyway. And you have to strip things down you don’t need (and still be left off with a bunch of stuff thats clogging up the cpu that you don’t even know about, not just the stuff that only takes up hd space)
Not a good way to make a server.
by Anthony UK
On September 9, 2009 at 2:25 am
Webmin might be a useful addition for people not used to Linux.
Nice guide.
Will the machine be browsable on a Windows Network?
by tommix
On September 9, 2009 at 3:20 am
so very clear and logical. I wish all tutorials were like this!
Bookmarked!
by homer
On September 9, 2009 at 3:20 am
why would you not just install ubuntu server? BTW nice setup, lookin @ using ubuntu server, as file server. maybe you could also inc something abuout sharing out to PS3 or XBox 360
Or you could install FreeNAS which has all the sharing set up for you with a friendly admin interface…
by shush
On September 9, 2009 at 7:21 am
Nice and quick, but too much work for not enough services. Try freenas (http://freenas.org/) Step one is the same (always need hardware) but the rest is just check boxes and simple web configuration.
Nice simple breakdown, I like it. Although I would have installed SSH first, so you can then remove all your server peripherals (ie screen/keyboard) and then do everything else from your normal PC.
Instead of grabbing the xubuntu iso and then stripping out what you don’t need. You can grab the ubuntu-server iso and install that. during the install it will even ask you if you what role you want the server to be (DNS, LAMP, FTP, etc) and install the appropriate services for you. Only cavet is there is no X-11 on it and you will have to do everything via command line. This is great for some one who is not afraid to get their hands dirty on the CLI
Great Explanation. Needs to have a try. Wish I succeed.
by What?
On September 9, 2009 at 8:12 am
What? Why go to all that trouble? Ubuntu already has a server version. Just install Ubuntu Server version and you’re done.
by Ascii King
On September 9, 2009 at 8:32 am
This is an example of how a tutorial should be done. It doesn’t matter if you think there is a better server out there, this tutorial is an excellent starting point.
It is, of course a very light overview. If I were to suggest anything it would be to add links to sites to check when each step goes wrong.
Good job!
by Joe Baloney
On September 9, 2009 at 8:42 am
Many people mentioning Ubuntu Server, you can install Ubuntu Server and then apt-get install xubuntu-desktop which will install XFCE but leave out openoffice etc…
Only thing is its a bit slow to download everything…
by Jason Q
On September 9, 2009 at 10:06 am
I found that starting with the minimal then adding services is a better way to go. You should look at the minimal Ubuntu CD-ROM:
I previously tried it out, but it did not work with my RAID card which I wanted to use. But I see they’ve upgraded. I may have to give it another shot. It was very fast, painless, and since it didn’t have much of a GUI interface on the server, you didn’t have to worry about performance being affected by so many “little extras”.
Also, the user forums seemed to be very helpful as well. The last time I tried that one was about 3 years ago. At the time, I ended up just going back to Windows. If/when I get the time, I may very well give it another shot.
Also, the Ubuntu Server edition works well from what I’ve heard in person and read online. It’s a little more difficult to install and setup, since it doesn’t include the GUI interface. That’s where these instructions seem to be helpful. Since most of us are used to a GUI interface, this would be the quickest route to get up and running.
Ubuntu have a server version for a reason, if you need a gui to configure things then you shouldn’t be left in charge of a Linux server.
by jg
On September 9, 2009 at 10:51 am
File server without RAID … ummm NO!
by Adam K
On September 9, 2009 at 11:02 am
You still need to deal with the firewall (sudo apt-get install firestarter). Also some sort of autobanning to fend off brute-force attacks (sudo apt-get install fail2ban)
by Ted
On September 9, 2009 at 11:29 am
Imagine a beowulf cluster of these??
by Fredrik
On September 9, 2009 at 11:36 am
A rely nice solution is to install ESXi and then freenas/openfiler for the NAS. after that a duple of virtual machines foe web server etc.
If this is setup on a home network, where the server is not expected to be running all the time (like I have), are there any handy tips on how to minimize power consumption while the server is idle? My be auto suspend if LAN is idle, wake-on-lan?
by qq
On September 9, 2009 at 11:42 am
Pro tip: Try a more ‘lightweight’ distribution instead of a bloated Ubuntu, that’s just as bad as Windoze.
Archlinux, Debian (haven’t used though), FreeBSD are way better than Ubuntu for a file server.
by Toby
On September 9, 2009 at 12:37 pm
I’ve been running a little low-power Ubuntu server for the last two years. I wanted something small that would run quietly. Mine is built in a lunchbox, in fact:
I’ve since rebuilt it around a new Atom-based motherboard, and it only uses 30W (something to consider if you use an old tower, as you may be added $50-$100 a year to your electricity bill running a 250W machine nonstop).
As for not using a desktop version of Ubuntu, one good thing about the desktops is being to administer them via VNC, which is a bit friendlier than SSHing in and editing conf files.
by Tareeq Ali
On September 9, 2009 at 1:37 pm
Why not just install Ubuntu Server, and if you want a gui, then;
or apt-get whatever your preference is and if you want a graphical login then; sudo aptitude install gdm,
sudo dpkg-reconfigure xserver-xorg
startx
or
sudo /etc/init.d/gdm start (if you want use GDM)
by r2s
On September 9, 2009 at 3:15 pm
Use Ubuntu server edition as others have said.
@qq Ubuntu server edition isn’t bloated at all.
by Karan
On September 9, 2009 at 4:35 pm
`sudo su`?
Why not `su`?
by rake74
On September 9, 2009 at 4:53 pm
‘sudo su’?
Why not ‘sudo -I’?
Karan: sudo is the better way. Google sudo vs su.
by itzac
On September 9, 2009 at 4:55 pm
You don’t know the root password at this stage. By default, I don’t think it’s even set in ubuntu. If you want to enable the root account you have to
>sudo passwd
An easier way to start would be to install ubuntu server, though you’d need to do everything from the command line.
by nate
On September 9, 2009 at 4:58 pm
Karen,
by default Ubuntu does not allow you to ‘su’ to root. It has no passwd and forces you to use sudo. To get around this you can do one of the following:
1) sudo su
2) sudo -s
3) passwd root && su
by nate
On September 9, 2009 at 4:59 pm
Err, #3 should have been
3) sudo passwd root && su
by dcode
On September 9, 2009 at 5:02 pm
@Karan
Because in ubuntu, there is most likely no root password setup. To switch to the root account, you would use sudo first which will prompt you for your own password. Try it.
by timbolt
On September 9, 2009 at 5:23 pm
What is the best way to connect to this file server setup from another location? Like, let’s say I wanted to pull files from my home file server and get them onto my office computer – what is that best way?
by john
On September 9, 2009 at 5:36 pm
Or you could just use freenas, and be done in 1 step.
by Isaac
On September 9, 2009 at 5:39 pm
…or just use a cheap NAS, less power consumption and pretty much pre-configured for all sorts of access out of the box as well as other bells and whistles like DLNA, uPnP, torrent downloading etc. Tiny footprint compared to an old computer, quieter and probably comparable in cost if you didn’t have all the spare bits to build your own server from scratch.
by olssy
On September 9, 2009 at 6:06 pm
Great tutorial for beginners, I wish something like this existed when I was starting to build my own servers. I encourage you to do more of these, maybe get a media server up and running to stream video.
by Kyle M
On September 9, 2009 at 7:16 pm
Does anybody know of a method to automatically inform the user of changes in IP address. Most users of this tutorial will have not have a static IP address, so if the ISP changes your IP you can no longer access your server. You could always use something like gotomypc, but this is just adds to the confusion. So is a way to run a script within Linux that will email the user if their IP address changes?
Isaac, thats fine for some purposes, but they are very limited in their functionality and security too. You would be reliant on the NAS manufacturer putting out updates.
by Xillver
On September 10, 2009 at 12:42 am
Kyle M,
The best way to do this is to use a service like Dynamic DNS which allows you to point a domain name to your ever changing IP addy. Most likely, your router has built-in support for services like dyndns.com. If not, you can always download one of their Dynamic DNS clients to run on your box.
by luisousa
On September 10, 2009 at 12:49 pm
On Section 5 you forgot to close the group, and needs a argument.
by Ross
On September 10, 2009 at 2:02 pm
I’ve be toying with the idea of doing this for a while now as I have two old boxes kicking around doing nothing. thamks for all the info and links, I’ll let you know how it went after my next spare weekend as it beggining to sound like arranging the free times gonna be harder than actually building the thing.
by TurboPunz
On September 10, 2009 at 2:30 pm
Will this work with a computer originally designed by Dell to run on Windows ME?
by That_Guy
On September 10, 2009 at 2:59 pm
apt-get install proftpd didn’t work. didn’t get the server to run with this tutorial.
by AkshinJax
On September 10, 2009 at 3:13 pm
@TurboPunz
Yeah, it’ll most likely work on that comp. Xubuntu is pretty lightweight.
And honestly, that system would be better off w/ linux than WinME.
by Chris
On September 10, 2009 at 3:27 pm
What a bass-ackwards way to go about it. Download the server edition, and if you absolutely MUST have X, install it later.
There is absolutely no reason to install a desktop edition and strip it down.
by DamnClown
On September 10, 2009 at 4:11 pm
Why not NFS instead of Samba?
by Ned
On September 10, 2009 at 5:20 pm
Everything works fine for me until
Open Terminal and set the password: “vncpasswd ~/.vnc/passwd
I get
vncpasswd command not found
by Josh
On September 10, 2009 at 7:16 pm
Are there any security implications of an amateur putting a fresh desktop ubuntu install out on the internet like this?
Is there anything else that should be done to protect the server, besides having it behind a router?
by knockNrod
On September 11, 2009 at 2:18 pm
I’m guessing here, but this tut is probably intended to appeal to windows users. NFS will frustrate users that aren’t accustomed to the locking mechanisms, but there’d be no reason not to add it in addition to, rather than instead of.
It is bass-ackwards over using the GUI, but I never would have learned linux if it weren’t for being able to start somewhere. Again, most non-linux users (the vast majority of people), would be frustrated within the first 10 minutes and move on. Using Xubuntu ensures a much higher rate of success.
There are a few, minor consequences of an amateur putting this directly on the internet. Ignoring the first in (I believe) a decade vulnerabilities mentioned in the press, linux doesn’t really have the same problem with viruses as other OSs. However, a virus can be planted on the server and accessed by other, more susceptible systems on your network.
One cautionary comment — there is a strong perception that Xubuntu is lighter-weight than Ubuntu. If that’s the reason for Xubuntu, here, I suggest you read this article (http://www.linux-mag.com/cache/7520/1.html) on lubuntu, and reconsider. It turns out that Xubuntu may actually produce a larger footprint than Ubuntu.
FreeNX is my recommendation for a headless server. Way better than VNC.
by MeeMeesiko
On September 15, 2009 at 12:52 pm
This is reall cool. I remember a friend of mine telling me that this kind of thing wasn’t too difficult to set up. Looks like he was right.
I don’t really have a use for a server, though.
by Moe
On September 20, 2009 at 2:08 am
I’ve followed all the instructions with no problem till the end. How do I connect to my new server from my windows PC? I tried your instructions they dont work. Whats my new IP address? Would it be localhost? Or would it be the IP address i get my typing in google whats my ip address. Or is the IP of my router, which is the generic 192.168.1.1? What about all the ports? 22? 21? 5901? 5900?
Can someone please explain this in detail for me.
by glycolized
On September 20, 2009 at 2:26 am
Awesome…until I couldn’t get past step five.
Someone above mentioned “missing arguments”, and that is the error I have with that last step (restarting) ftp. I have no clue where to go from here.
Well, it’s been fun for about 30 minutes or so!
by evan
On September 22, 2009 at 12:19 pm
it says download Xubuntu, would this be the desktop version or the server version? PS i know nothing about Xubuntu.
I wouldn’t install an FTP server. After you get the SSH server installed you can use SFTP, which is uses SSH to handle File Transfers. Ftp uses no password encryption.
I would like to see an addition to this great article on apache, and subversion or perahaps another repository.
thanks!
by Marius
On October 9, 2009 at 8:58 pm
Why use proftp if you have sftp installed?
by justme
On October 11, 2009 at 5:06 pm
Or just use a purpose built linux like smeserver. See http://wiki.contribs.org just burn a CD boot from it and answer a few questions. Then manage your server with a web interface.
by akman
On October 12, 2009 at 9:45 pm
can someone please help me?
Section 5 like state has an error in the config. It isn’t closed and there is not argument defined for directory. I need to know how to close the directory. I’ve been stuck here for quite awhile.
Thanks
by Yaro
On October 13, 2009 at 8:34 pm
Sorry, I wouldn’t use Ubuntu on a server. The problem is that Ubuntu is built to be a desktop… and the server edition isn’t that effective a repurposing.
Here’s a sad cold fact about operating systems: When one is designed to be a desktop… it’ll be crappy at being a server even with the appropriate tools installed because down at the low level it still wants to be a desktop.
That’s why Windows Server stinks at running servers effectively and securely: It longs to run a desktop, not a server. Same goes for Ubuntu.
This is why I like core-installing Linux distributions like Arch. They’re not built or configured to be anythign of particular at first. Just to be LINUX at its core. This allows Arch to be turned into a desktop solution, media center, server OS, embedded system, whatever you want.
The wiki beats the Ubuntu wiki easily, too. Very easy to get help on how to do something.
On top of that Arch assumes NOTHING. It wants you, the user, to configure it. Meaning that it can, whenever you install something, be minutely purposed toward the end goal of the system.
Same goes for server operating systems wanting to be a desktop. I wouldn’t use Red Hat or CentOS on a desktop context.
At the very least you should start with the server edition of Ubuntu, not the standard.
by Nico
On October 18, 2009 at 4:22 pm
Can this be used to make a team fortress 2 server?
by Fred
On October 19, 2009 at 3:58 pm
Sweet … learned lots, thanks.
by Fred
On October 19, 2009 at 4:15 pm
I thought I could share my experience to answer some of the questions posed here.
1. I set this up using Ubuntu so yes … other distros work … at least w/ Ubuntu versions.
2. I modded the copy paste for like this:
— added the * for the missing arguement as per old file this replaces.
#Deny|All
TransferRate RETR 50
—- Added to finish file w/ clse as per old (original) again.
That fixes glycolized’s problem w/ proftpd.conf
Moe … your IP address can be found by going to the home page of your router (or at least mine does … I’ve only really played with mine) but prob same. I have 2 XP machines, Vista box and PIII running Ubuntu and all IPs are listed. I used port 22 as is — just type in ip.
Lastly, remember step to mod samba.conf w/ your info … I didn’t first time around and had to do so. Cool though because I did it from terminal from Vista machine. Again … checkout the original samba.conf file for what to enter (unless u named workgroup diff than WORKGROUP — Obviously).
by HeLLFiRe
On October 30, 2009 at 10:13 pm
Or just use Ubuntu *SERVER* Edition! Why have a GUI if you are only going to ssh into a command prompt. Save the resources for other things!
Why not Ubuntu Server or Debian? It’s foolish to install a desktop oriented distro on a server.
by geoff
On November 7, 2009 at 11:09 pm
Can’t figure out an error on proftpd restart, “Fatal: unknown configuration directive “DisplayFirstChdlr” on line 23. I’ve tried commenting it out & deleting it, and the same error reappears on restart. What am I doing wrong here?
by anDREW
On November 10, 2009 at 1:10 am
I’m having a problem with step 5. Once I replace the contents of proftpd.conf and try to restart the server, I get the following error:
– Fatal: unknown configuration directive ‘DisplayFirstChdir’ on line 22 of ‘/etc/proftpd/proftpd.conf’
This is a nice and simple layout of something that can be intimidating to many. However, I do agree with Dan Dart that installing a distro meant for a desktop with a GUI is pointless, especially for a headless server. I’ve used Debian (which Ubuntu is based on) which has the GUI or NO GUI options.
Otherwise, I like your approach here, very straightforward.
111 Comments to Build Your Own Server
by ramana
On September 9, 2009 at 12:24 am
how is it possible? wow you have given a very good command oriented explanation. In our office once there was a networking guy who hails himself to be a best one and was not able to set up a server on Ubuntu, of course for five to ten systems which is not a big deal. Will this work for a group of computers???
by Charles
On September 9, 2009 at 12:39 am
Damn Finally a tutorial that makes sense!
by Kaushik Chemburkar
On September 9, 2009 at 12:40 am
Don’t know if it would work but would try it sometime. Thanks a million if that works out.
by Digmaster
On September 9, 2009 at 12:43 am
You know, Ive been wanting to do this for a long time, I have an old computer. Will do very soon. Thanks!
by Someone
On September 9, 2009 at 12:46 am
Huh?
by sk
On September 9, 2009 at 12:48 am
awesome tutorial, i will definitely give this a shot very soon!
by How To Speak Japanese
On September 9, 2009 at 1:36 am
Thanks for this brief descriptionof how to build a server. As they say: a picture is worth a 1,000 words. Your overview makes it seem to be very easy. Have to get the old metal out of the cellar and start working on it.
by Arapajoe
On September 9, 2009 at 1:41 am
Quick and simple! Great post!
by Dylan
On September 9, 2009 at 2:01 am
Were those graphics done in linux?
by Hekos
On September 9, 2009 at 2:23 am
So what’s wrong with Ubuntu Server edition ? http://www.ubuntu.com/products/whatIsubuntu/serveredition ?
Xubuntu isn’t really as small and fast as it advertises to be anyway. And you have to strip things down you don’t need (and still be left off with a bunch of stuff thats clogging up the cpu that you don’t even know about, not just the stuff that only takes up hd space)
Not a good way to make a server.
by Anthony UK
On September 9, 2009 at 2:25 am
Webmin might be a useful addition for people not used to Linux.
Nice guide.
by dootzky
On September 9, 2009 at 2:54 am
sweet, I love it!
by James
On September 9, 2009 at 3:03 am
Will the machine be browsable on a Windows Network?
by tommix
On September 9, 2009 at 3:20 am
so very clear and logical. I wish all tutorials were like this!
Bookmarked!
by homer
On September 9, 2009 at 3:20 am
why would you not just install ubuntu server? BTW nice setup, lookin @ using ubuntu server, as file server. maybe you could also inc something abuout sharing out to PS3 or XBox 360
by Oli
On September 9, 2009 at 3:31 am
You’ll likely need to change BIOS settings so it doesn’t halt on boot if there is no keyboard present.
Otherwise, great post!
by Television Spy
On September 9, 2009 at 3:49 am
That’s neat, you can even pick up some lower end computer models for really cheap or if you’re lucky for free.
Just add a bigger hard drive and you’re good to go.
by Jan
On September 9, 2009 at 4:14 am
Terrific site, love the way you took the time to document each step, provide icons and everything.
Don’t understand why you used images for all the texts though.
by Chris
On September 9, 2009 at 5:14 am
Thanks for the tutorial. I wish there was a plug and play device so it will be easy for us to install.
by Thomas
On September 9, 2009 at 5:22 am
Nice article!
Minor whine about the use of “sudo” though:
If you want to become root, use “sudo -i” rather than “sudo su”.
If, however, all you want to do is edit a file, use “sudo nano /etc/samba/smb.conf”.
Starting a superuser session can be a great way to noodle your system, avoid it if you can!
by Stax
On September 9, 2009 at 5:44 am
This is not really a good idea.
Why would you want a X server running on a server?
by Antony Jones
On September 9, 2009 at 7:14 am
Or you could install FreeNAS which has all the sharing set up for you with a friendly admin interface…
by shush
On September 9, 2009 at 7:21 am
Nice and quick, but too much work for not enough services. Try freenas (http://freenas.org/) Step one is the same (always need hardware) but the rest is just check boxes and simple web configuration.
by Chris
On September 9, 2009 at 7:32 am
Nice simple breakdown, I like it. Although I would have installed SSH first, so you can then remove all your server peripherals (ie screen/keyboard) and then do everything else from your normal PC.
by Paul Ehrenreich
On September 9, 2009 at 7:41 am
Great write up on setting up a linux server!
A little Pro tip:
Instead of grabbing the xubuntu iso and then stripping out what you don’t need. You can grab the ubuntu-server iso and install that. during the install it will even ask you if you what role you want the server to be (DNS, LAMP, FTP, etc) and install the appropriate services for you. Only cavet is there is no X-11 on it and you will have to do everything via command line. This is great for some one who is not afraid to get their hands dirty on the CLI
by cyrildent
On September 9, 2009 at 7:46 am
Why not to use ubuntu server???
by Sankar
On September 9, 2009 at 7:49 am
Great Explanation. Needs to have a try. Wish I succeed.
by What?
On September 9, 2009 at 8:12 am
What? Why go to all that trouble? Ubuntu already has a server version. Just install Ubuntu Server version and you’re done.
by Ascii King
On September 9, 2009 at 8:32 am
This is an example of how a tutorial should be done. It doesn’t matter if you think there is a better server out there, this tutorial is an excellent starting point.
It is, of course a very light overview. If I were to suggest anything it would be to add links to sites to check when each step goes wrong.
Good job!
by Joe Baloney
On September 9, 2009 at 8:42 am
Many people mentioning Ubuntu Server, you can install Ubuntu Server and then apt-get install xubuntu-desktop which will install XFCE but leave out openoffice etc…
Only thing is its a bit slow to download everything…
by Jason Q
On September 9, 2009 at 10:06 am
I found that starting with the minimal then adding services is a better way to go. You should look at the minimal Ubuntu CD-ROM:
https://help.ubuntu.com/community/Installation/MinimalCD
You install the base, then add the “type” of install you want later, like kubuntu, xubuntu, media desktop, server, and so on.
by ShadowPuppet
On September 9, 2009 at 10:24 am
Um, Why are you doing it the complicated way? remove steps 3-6, use FreeNAS. (dot org)
by kjv1611
On September 9, 2009 at 10:29 am
One other ready-to-go distro which is very small and installs a web interface by default for accessing the box is SME Server.
http://www.smeserver.org/
I previously tried it out, but it did not work with my RAID card which I wanted to use. But I see they’ve upgraded. I may have to give it another shot. It was very fast, painless, and since it didn’t have much of a GUI interface on the server, you didn’t have to worry about performance being affected by so many “little extras”.
Also, the user forums seemed to be very helpful as well. The last time I tried that one was about 3 years ago. At the time, I ended up just going back to Windows. If/when I get the time, I may very well give it another shot.
Also, the Ubuntu Server edition works well from what I’ve heard in person and read online. It’s a little more difficult to install and setup, since it doesn’t include the GUI interface. That’s where these instructions seem to be helpful. Since most of us are used to a GUI interface, this would be the quickest route to get up and running.
by Alice
On September 9, 2009 at 10:49 am
Ubuntu have a server version for a reason, if you need a gui to configure things then you shouldn’t be left in charge of a Linux server.
by jg
On September 9, 2009 at 10:51 am
File server without RAID … ummm NO!
by Adam K
On September 9, 2009 at 11:02 am
You still need to deal with the firewall (sudo apt-get install firestarter). Also some sort of autobanning to fend off brute-force attacks (sudo apt-get install fail2ban)
by Ted
On September 9, 2009 at 11:29 am
Imagine a beowulf cluster of these??
by Fredrik
On September 9, 2009 at 11:36 am
A rely nice solution is to install ESXi and then freenas/openfiler for the NAS. after that a duple of virtual machines foe web server etc.
by Mahesh Asolkar
On September 9, 2009 at 11:37 am
If this is setup on a home network, where the server is not expected to be running all the time (like I have), are there any handy tips on how to minimize power consumption while the server is idle? My be auto suspend if LAN is idle, wake-on-lan?
by qq
On September 9, 2009 at 11:42 am
Pro tip: Try a more ‘lightweight’ distribution instead of a bloated Ubuntu, that’s just as bad as Windoze.
Archlinux, Debian (haven’t used though), FreeBSD are way better than Ubuntu for a file server.
by Toby
On September 9, 2009 at 12:37 pm
I’ve been running a little low-power Ubuntu server for the last two years. I wanted something small that would run quietly. Mine is built in a lunchbox, in fact:
http://www.flickr.com/photos/76631079@N00/2138569562/
I’ve since rebuilt it around a new Atom-based motherboard, and it only uses 30W (something to consider if you use an old tower, as you may be added $50-$100 a year to your electricity bill running a 250W machine nonstop).
As for not using a desktop version of Ubuntu, one good thing about the desktops is being to administer them via VNC, which is a bit friendlier than SSHing in and editing conf files.
by Tareeq Ali
On September 9, 2009 at 1:37 pm
Why not just install Ubuntu Server, and if you want a gui, then;
sudo aptitude install x-window-system-core xserver-xorg gnome-core
or apt-get whatever your preference is and if you want a graphical login then; sudo aptitude install gdm,
sudo dpkg-reconfigure xserver-xorg
startx
or
sudo /etc/init.d/gdm start (if you want use GDM)
by r2s
On September 9, 2009 at 3:15 pm
Use Ubuntu server edition as others have said.
@qq Ubuntu server edition isn’t bloated at all.
by Karan
On September 9, 2009 at 4:35 pm
`sudo su`?
Why not `su`?
by rake74
On September 9, 2009 at 4:53 pm
‘sudo su’?
Why not ‘sudo -I’?
Karan: sudo is the better way. Google sudo vs su.
by itzac
On September 9, 2009 at 4:55 pm
You don’t know the root password at this stage. By default, I don’t think it’s even set in ubuntu. If you want to enable the root account you have to
>sudo passwd
An easier way to start would be to install ubuntu server, though you’d need to do everything from the command line.
by nate
On September 9, 2009 at 4:58 pm
Karen,
by default Ubuntu does not allow you to ‘su’ to root. It has no passwd and forces you to use sudo. To get around this you can do one of the following:
1) sudo su
2) sudo -s
3) passwd root && su
by nate
On September 9, 2009 at 4:59 pm
Err, #3 should have been
3) sudo passwd root && su
by dcode
On September 9, 2009 at 5:02 pm
@Karan
Because in ubuntu, there is most likely no root password setup. To switch to the root account, you would use sudo first which will prompt you for your own password. Try it.
by timbolt
On September 9, 2009 at 5:23 pm
What is the best way to connect to this file server setup from another location? Like, let’s say I wanted to pull files from my home file server and get them onto my office computer – what is that best way?
by john
On September 9, 2009 at 5:36 pm
Or you could just use freenas, and be done in 1 step.
by Isaac
On September 9, 2009 at 5:39 pm
…or just use a cheap NAS, less power consumption and pretty much pre-configured for all sorts of access out of the box as well as other bells and whistles like DLNA, uPnP, torrent downloading etc. Tiny footprint compared to an old computer, quieter and probably comparable in cost if you didn’t have all the spare bits to build your own server from scratch.
by olssy
On September 9, 2009 at 6:06 pm
Great tutorial for beginners, I wish something like this existed when I was starting to build my own servers. I encourage you to do more of these, maybe get a media server up and running to stream video.
by Kyle M
On September 9, 2009 at 7:16 pm
Does anybody know of a method to automatically inform the user of changes in IP address. Most users of this tutorial will have not have a static IP address, so if the ISP changes your IP you can no longer access your server. You could always use something like gotomypc, but this is just adds to the confusion. So is a way to run a script within Linux that will email the user if their IP address changes?
by Frank
On September 9, 2009 at 7:18 pm
Isaac, thats fine for some purposes, but they are very limited in their functionality and security too. You would be reliant on the NAS manufacturer putting out updates.
by Xillver
On September 10, 2009 at 12:42 am
Kyle M,
The best way to do this is to use a service like Dynamic DNS which allows you to point a domain name to your ever changing IP addy. Most likely, your router has built-in support for services like dyndns.com. If not, you can always download one of their Dynamic DNS clients to run on your box.
by luisousa
On September 10, 2009 at 12:49 pm
On Section 5 you forgot to close the group, and needs a argument.
by Ross
On September 10, 2009 at 2:02 pm
I’ve be toying with the idea of doing this for a while now as I have two old boxes kicking around doing nothing. thamks for all the info and links, I’ll let you know how it went after my next spare weekend as it beggining to sound like arranging the free times gonna be harder than actually building the thing.
by TurboPunz
On September 10, 2009 at 2:30 pm
Will this work with a computer originally designed by Dell to run on Windows ME?
by That_Guy
On September 10, 2009 at 2:59 pm
apt-get install proftpd didn’t work. didn’t get the server to run with this tutorial.
by AkshinJax
On September 10, 2009 at 3:13 pm
@TurboPunz
Yeah, it’ll most likely work on that comp. Xubuntu is pretty lightweight.
And honestly, that system would be better off w/ linux than WinME.
by Chris
On September 10, 2009 at 3:27 pm
What a bass-ackwards way to go about it. Download the server edition, and if you absolutely MUST have X, install it later.
There is absolutely no reason to install a desktop edition and strip it down.
by DamnClown
On September 10, 2009 at 4:11 pm
Why not NFS instead of Samba?
by Ned
On September 10, 2009 at 5:20 pm
Everything works fine for me until
Open Terminal and set the password: “vncpasswd ~/.vnc/passwd
I get
vncpasswd command not found
by Josh
On September 10, 2009 at 7:16 pm
Are there any security implications of an amateur putting a fresh desktop ubuntu install out on the internet like this?
Is there anything else that should be done to protect the server, besides having it behind a router?
by knockNrod
On September 11, 2009 at 2:18 pm
I’m guessing here, but this tut is probably intended to appeal to windows users. NFS will frustrate users that aren’t accustomed to the locking mechanisms, but there’d be no reason not to add it in addition to, rather than instead of.
It is bass-ackwards over using the GUI, but I never would have learned linux if it weren’t for being able to start somewhere. Again, most non-linux users (the vast majority of people), would be frustrated within the first 10 minutes and move on. Using Xubuntu ensures a much higher rate of success.
There are a few, minor consequences of an amateur putting this directly on the internet. Ignoring the first in (I believe) a decade vulnerabilities mentioned in the press, linux doesn’t really have the same problem with viruses as other OSs. However, a virus can be planted on the server and accessed by other, more susceptible systems on your network.
One cautionary comment — there is a strong perception that Xubuntu is lighter-weight than Ubuntu. If that’s the reason for Xubuntu, here, I suggest you read this article (http://www.linux-mag.com/cache/7520/1.html) on lubuntu, and reconsider. It turns out that Xubuntu may actually produce a larger footprint than Ubuntu.
by Dude
On September 15, 2009 at 2:46 am
FreeNX is my recommendation for a headless server. Way better than VNC.
by MeeMeesiko
On September 15, 2009 at 12:52 pm
This is reall cool. I remember a friend of mine telling me that this kind of thing wasn’t too difficult to set up. Looks like he was right.
I don’t really have a use for a server, though.
by Moe
On September 20, 2009 at 2:08 am
I’ve followed all the instructions with no problem till the end. How do I connect to my new server from my windows PC? I tried your instructions they dont work. Whats my new IP address? Would it be localhost? Or would it be the IP address i get my typing in google whats my ip address. Or is the IP of my router, which is the generic 192.168.1.1? What about all the ports? 22? 21? 5901? 5900?
Can someone please explain this in detail for me.
by glycolized
On September 20, 2009 at 2:26 am
Awesome…until I couldn’t get past step five.
Someone above mentioned “missing arguments”, and that is the error I have with that last step (restarting) ftp. I have no clue where to go from here.
Well, it’s been fun for about 30 minutes or so!
by evan
On September 22, 2009 at 12:19 pm
it says download Xubuntu, would this be the desktop version or the server version? PS i know nothing about Xubuntu.
by Ben
On September 29, 2009 at 7:57 pm
I wouldn’t install an FTP server. After you get the SSH server installed you can use SFTP, which is uses SSH to handle File Transfers. Ftp uses no password encryption.
by josh
On October 9, 2009 at 3:12 pm
I would like to see an addition to this great article on apache, and subversion or perahaps another repository.
thanks!
by Marius
On October 9, 2009 at 8:58 pm
Why use proftp if you have sftp installed?
by justme
On October 11, 2009 at 5:06 pm
Or just use a purpose built linux like smeserver. See http://wiki.contribs.org just burn a CD boot from it and answer a few questions. Then manage your server with a web interface.
by akman
On October 12, 2009 at 9:45 pm
can someone please help me?
Section 5 like state has an error in the config. It isn’t closed and there is not argument defined for directory. I need to know how to close the directory. I’ve been stuck here for quite awhile.
Thanks
by Yaro
On October 13, 2009 at 8:34 pm
Sorry, I wouldn’t use Ubuntu on a server. The problem is that Ubuntu is built to be a desktop… and the server edition isn’t that effective a repurposing.
Here’s a sad cold fact about operating systems: When one is designed to be a desktop… it’ll be crappy at being a server even with the appropriate tools installed because down at the low level it still wants to be a desktop.
That’s why Windows Server stinks at running servers effectively and securely: It longs to run a desktop, not a server. Same goes for Ubuntu.
This is why I like core-installing Linux distributions like Arch. They’re not built or configured to be anythign of particular at first. Just to be LINUX at its core. This allows Arch to be turned into a desktop solution, media center, server OS, embedded system, whatever you want.
The wiki beats the Ubuntu wiki easily, too. Very easy to get help on how to do something.
On top of that Arch assumes NOTHING. It wants you, the user, to configure it. Meaning that it can, whenever you install something, be minutely purposed toward the end goal of the system.
Same goes for server operating systems wanting to be a desktop. I wouldn’t use Red Hat or CentOS on a desktop context.
At the very least you should start with the server edition of Ubuntu, not the standard.
by Nico
On October 18, 2009 at 4:22 pm
Can this be used to make a team fortress 2 server?
by Fred
On October 19, 2009 at 3:58 pm
Sweet … learned lots, thanks.
by Fred
On October 19, 2009 at 4:15 pm
I thought I could share my experience to answer some of the questions posed here.
1. I set this up using Ubuntu so yes … other distros work … at least w/ Ubuntu versions.
2. I modded the copy paste for like this:
— added the * for the missing arguement as per old file this replaces.
#Deny|All
TransferRate RETR 50
—- Added to finish file w/ clse as per old (original) again.
That fixes glycolized’s problem w/ proftpd.conf
Moe … your IP address can be found by going to the home page of your router (or at least mine does … I’ve only really played with mine) but prob same. I have 2 XP machines, Vista box and PIII running Ubuntu and all IPs are listed. I used port 22 as is — just type in ip.
Lastly, remember step to mod samba.conf w/ your info … I didn’t first time around and had to do so. Cool though because I did it from terminal from Vista machine. Again … checkout the original samba.conf file for what to enter (unless u named workgroup diff than WORKGROUP — Obviously).
by HeLLFiRe
On October 30, 2009 at 10:13 pm
Or just use Ubuntu *SERVER* Edition! Why have a GUI if you are only going to ssh into a command prompt. Save the resources for other things!
by Me
On November 2, 2009 at 2:18 pm
I agree with Dude, FreeNX rocks.
by Dan Dart
On November 3, 2009 at 10:23 am
Why not Ubuntu Server or Debian? It’s foolish to install a desktop oriented distro on a server.
by geoff
On November 7, 2009 at 11:09 pm
Can’t figure out an error on proftpd restart, “Fatal: unknown configuration directive “DisplayFirstChdlr” on line 23. I’ve tried commenting it out & deleting it, and the same error reappears on restart. What am I doing wrong here?
by anDREW
On November 10, 2009 at 1:10 am
I’m having a problem with step 5. Once I replace the contents of proftpd.conf and try to restart the server, I get the following error:
– Fatal: unknown configuration directive ‘DisplayFirstChdir’ on line 22 of ‘/etc/proftpd/proftpd.conf’
How can I fix this?
by JohnSmith
On November 27, 2009 at 2:33 pm
Wow..!Gr8.
nice information…I never found such info before…
by Lance
On December 6, 2009 at 1:31 pm
This is a nice and simple layout of something that can be intimidating to many. However, I do agree with Dan Dart that installing a distro meant for a desktop with a GUI is pointless, especially for a headless server. I’ve used Debian (which Ubuntu is based on) which has the GUI or NO GUI options.
Otherwise, I like your approach here, very straightforward.
Trackbacks