How to Configure FTP Server in Ubuntu (Linux) |
![]() |
How to build your own file server |
![]() | ||
Assemble HardwareAssemble a basic computer box from old partsAll you need are any old motherboards & chip then as Much RAM & as big of a hard drive as you can together |
![]() |
Install Linux |
Recommended Xubunt, Download from Xubuntu.org
Burn ISO to a CD & boot from It, Then install it on your Hard drive.
Follow the instructions.
![]() |
Strip it Down |
Open Synaptic ( Application > System)Remove openoffice.org-common,abiword,gaim,gimp,and thunderbird.Click applyNext search for updates, this is just generally a good idea!Finally,disable the screen server ( Application > Setting).
![]() |
Set up File Sharing Open Synaptic again (Application > System).search for sambha and mark if for installation(you'll probably already have some of sambha installed ubuntu).Open Terminal ( Application > Accessories > Terminal).Become root (type "sudo su" without quotes then enter your password if required).Change directory to/etc/sambha {type"cd/etc/sambha"}Open smb.conf in nano {Type "nano smb.conf"}Replace entire contents of smb.conf with following (replace "name"and "server Name" with your Xubuntu Installation.Save and exit ( CTRL+X,then Y then ENTER)Restart Sambha server(type"/etc/init.d/sambha restart")Set a password (Type "smbpasswd -a Usename") then enter a password for user. |
![]() |
Add FTP Capability |
Become root user (type "sudo su " and enter password)
Type "apt-get install proftpd"
When promoted, select Standalone server.
Configured the server (type"nano/etc/proftpd/proftpd.conf")
Replace the entire contents with the following:
Restart the server (type"/etc/init.d/proftpd restart")
![]() |
Now Your Own Server is Ready
Connect to your server via Putty or another similar program:
Install great extras like torrentflux,apache,mysql and php!
If you find this article is useful don't forget to share on google plus & Facebook.
|