Captured: 2015-12-15 at 11:59 from www.instructables.com
Show All Items
Welcome reader.
First please note: This instructable can be done within a day, but a weekend is certainly recommended.
In this instructable I hope to teach you key skills involved with setting up and configuring a Linux Server. The knowledge used here can be applied to almost all PC architectures so if you don't own a Pi_ (Why not dude?)_ or it's tied up in another project, any old or unused PC will work. In more detail the main skills taught will be:
- Burning an ISO image to an SD for the Pi
- Installing an OS
- Setting up A web server
- Setting up An SQL instance
- Deploying a custom cloud network
- Managing users for the cloud network
- Setting up a SAMBA File sharing network, which will integrate into an established windows based home or office network
- Controlling SAMBA users
- Establishing a static IP whilst using a non-static IP internet connection
- Using Webmin Console to install packages
- Using Command line terminal to install packages
- Carrying out basic commands such as rebooting (terminal)
- Editing system files with Nano terminal based editor
- Permanently mounting hard drives within the Linux file system table via webmin
- Understanding the principal of the Port forwarding function on a home router
- Setting up a web interfaced bit torrent manager
- Being an overall IT nerd.
If you're interested then carry on reading. If not, give it a try; you may discover a new hobby.
As the above list demonstrates there's a lot to learn. I definitely feel this is a weekend project. I've followed this process several times and it takes a couple of days at least. Its good to take long breaks because your eyes may begin to become strained and you may suddenly become unenthusiastic about the whole thing. This instructable offers functions of many different store purchasable products, such as:
The server we'll setup will cost far less than each of these services in the long run and only a fraction of the cost of the combined services. Setting up your own server is not only custom and cheap, its very rewarding. I will be a happy guy if somebody benefits from what this instructable contains or become inspired by what I have done. It took ages to plan and write this instructable. If you learn anything at all or feel this instructable is well written or well documented, please vote for me in the Weekend Projects Contest or the I could make that contest.
I would also like to point out that this is not a comprehensive tutorial on designing a server case. There are details of my case on step 3, however this guide is intended to be a comprehensive software tutorial. So if you get stuck or feel a step isn't too clear, just let me know and i'll be happy to help.
A few tips: Because this takes more than one day, don't just fall asleep and forget what you were planing on doing next. Instead have a pile f post-it notes. This way before you ZzZzzzz... you can jot down anything that needs doing during the next session. I had loads. All over the walls, floors, chairs, desks - you name it! Okay slight exaggeration, but on a serious note they do help. I did use a full stack. Another tip would be to follow the steps on order. Don't just think "Hmm I like the sound of my own cloud network lets do that first!" The steps are in such an order that each before is most likely required for the current, if that makes sense. Just stick to the order, it'll make life easier. A final tip: don't be limited to what is taught here. Do Think of this as a base for inspiration. Adding more services such as those listed on the turnkey website is easily done using the search APT function within the Webmin Package manager.
Okay, Confused? Then let's learn...
_ Caution! This instructable contains 30 steps. Proceed at your own risk. _
First things first - Plan. There are many aspects involved with planning, and often when people over plan, they quickly lose interest in the actual task.
So, a brief plan is as follows.
Components:
1 x Raspberry Pi (B model)
1 x External USB 2.5' HDD (Capacity of your choice, mine is 1TB)
1 x Raspberry Pi Case of your choice (Mine is a cheap £3 laser cut, clear acrylic, self assembly kit from )
2 x Heat sinks for the processor on the Pi (Mine were free with the case)
1 x Ethernet Cable
1 x USB cable for the hard drive
1 x SD Card (8GB or above strongly recommended. Also ensure you copy everything off the card as all data will be deleted.)
Relevant power supplies for the Pi and HDD
OS:
We will be using the operating system image from Ghoulmann.We'll download it later. The image is based on Raspian, which is a Debian flavor adapted for the Pi, that runs turnkey out the box.
Plan done. Proceed .
by DrWilson
__ Download
__ 30 Steps __
__
- Flag As:
- Wrong Category
- Inappropriate
- Incomplete
- Spam
__ Share
__ Favorite __ I Made it! __ __ Collection
Intro
Welcome reader. First please note: This instructable can be done within a day, but a weekend is certainly recommended. In this instructable I hope to teach you key ...
1
First things first - Plan. There are many aspects involved with planning, and often when people over plan, they quickly lose interest in the actual task. So, a ...
2
There are many available features avaiable to add to a home server, some free, some paid. I have narrowed down a shortlist of free features that you will ...
3
The hardware basics are a Pi, SD card and power supply. You'll also need your LAN Ethernet cable. When I began I used a basic Pi case zip ...
4
Before we begin, I'd just like to give you a quick idea of the planning and note taking I did. Below are some of the notes pages I ...
5
The first step is often found tricky and complicated. I aim for it to be quick and simple, so we can move onto the fun part sooner. ...
6
Installing the OS is a nice place to start, besides it being the first chronological step, it is a fairly simple one. The user (you) doesn't really have ...
7
In this step we will login to Webmin for the first time. When this is done, we will update Webmin to the latest version using the integrated updater. First, type ...
8
In this step we will learn how to login to the shell interface via the browser. Type the ip address of the RPi into the browser, then port ...
9
Now we know how to access the command line, let's try a few things. First let's learn how to reboot. Login to the terminal as normal or if ...
10
Our server is currently named CORE. Boring right? We're going to change it. First we can type hostname into the shell in the box terminal (after sucsessful login) ...
11
If you are using ay external storage such as a USB hard drive or USB stick with the server, we must configure it to mount at boot. If ...
12
Head back over to Webmin to continue mounting the storage media. From the top navigation bar click Disks and Network Filesystems from within the System dropdown. This will ...
13
Next we're are going to install MySQL. MySQL is a free tool that allows us to host online databases that are secure, and accessible by PHP scrips. This ...
14
So now we're going to add a database to MySQL for ownCloud to use. Within the database ownCloud will store information within tables and fields. Moo . The information will ...
15
MySQL is a multi-user database management system. This means that there can be more than one user that can gain access to the various databases and the data within ...
16
In this step we'll install PHP and the various add-on's so its compatible with services such as MySQL, which we installed in an earlier step. For more info ...
17
The installation for ownCloud can be done via the GUI (Graphical User Interface) within webmin. Head over to webmin and select system software packages from the System dropdown menu. ...
18
Before setting up our ownCloud instance we need to create a folder on the hard drive for our data to rest within. Quickly open up a shellinabox session and ...
19
So we've installed ownCloud, let's set it up then test it. Head over to 192.168../owncloud You'll be greeted by this: Click next, you may then be asked ...
20
ownCloud has loads of features so it would take a whole lot of time to explain each one and how to use it. That my friends, is another ...
21
Samba will allow us to share documents with windows PC's on the same network. This will allow the server to be used as a central file server within ...
22
So now we'll setup ad configure the samba instance. Samba operates on the windows file share protocol, so integration into a windows network (or singular PC) is seamless. ...
23
I often find the WebGUI for adding samba users to be buggy and unreliable. Because of this, I'm going to teach you to add a user the terminal ...
24
Welcome back. Now lets mount the share as a volume in windows. Open up My computer. Click Map network Drive. (Locations are as follows: Windows 8: top toolbar ...
25
Transmission is a torrent/download manager. You simply visit the port the service is running on to open the web UI. From there you can simply copy and paste ...
26
This step will explain how we will achieve worldwide access for the server. We will use two fundamental elements. The first: no-ip, is a free service available to ...
27
To install no-ip, open a new shell session. Type: cd /usr/local/src To make the current working directory (folder) src. Now download the tar file to the directory, ...
28
Setting up port forwarding is different on every router, because of this i'll just give you a general idea of which ports to forward and where. For more ...
29
Now we've almost finished. The final procedure is to unplug the power, remove the SD and create a back-up image of the OS in it's current state. This ...
30
Over 6,000 words and more than 170 illustrative diagrams and images later, we have reached the end. If you made it this far, well done. I hope you ...
Show All Items
__
Welcome reader.
First please note: This instructable can be done within a day, but a weekend is certainly recommended.
In this instructable I hope to teach you key skills involved with setting up and configuring a Linux Server. The knowledge used here can be applied to almost all PC architectures so if you don't own a Pi_ (Why not dude?)_ or it's tied up in another project, any old or unused PC will work. In more detail the main skills taught will be:
- Burning an ISO image to an SD for the Pi
- Installing an OS
- Setting up A web server
- Setting up An SQL instance
- Deploying a custom cloud network
- Managing users for the cloud network
- Setting up a SAMBA File sharing network, which will integrate into an established windows based home or office network
- Controlling SAMBA users
- Establishing a static IP whilst using a non-static IP internet connection
- Using Webmin Console to install packages
- Using Command line terminal to install packages
- Carrying out basic commands such as rebooting (terminal)
- Editing system files with Nano terminal based editor
- Permanently mounting hard drives within the Linux file system table via webmin
- Understanding the principal of the Port forwarding function on a home router
- Setting up a web interfaced bit torrent manager
- Being an overall IT nerd.
If you're interested then carry on reading. If not, give it a try; you may discover a new hobby.
As the above list demonstrates there's a lot to learn. I definitely feel this is a weekend project. I've followed this process several times and it takes a couple of days at least. Its good to take long breaks because your eyes may begin to become strained and you may suddenly become unenthusiastic about the whole thing. This instructable offers functions of many different store purchasable products, such as:
- Dedicated Amazon EC2 turnkey servers
- Belkin routers that offer built in apps
- Online cloud services such as Google Cloud
- NAS servers such as this.
The server we'll setup will cost far less than each of these services in the long run and only a fraction of the cost of the combined services. Setting up your own server is not only custom and cheap, its very rewarding. I will be a happy guy if somebody benefits from what this instructable contains or become inspired by what I have done. It took ages to plan and write this instructable. If you learn anything at all or feel this instructable is well written or well documented, please vote for me in the Weekend Projects Contest or the I could make that contest.
I would also like to point out that this is not a comprehensive tutorial on designing a server case. There are details of my case on step 3, however this guide is intended to be a comprehensive software tutorial. So if you get stuck or feel a step isn't too clear, just let me know and i'll be happy to help.
A few tips: Because this takes more than one day, don't just fall asleep and forget what you were planing on doing next. Instead have a pile f post-it notes. This way before you ZzZzzzz... you can jot down anything that needs doing during the next session. I had loads. All over the walls, floors, chairs, desks - you name it! Okay slight exaggeration, but on a serious note they do help. I did use a full stack. Another tip would be to follow the steps on order. Don't just think "Hmm I like the sound of my own cloud network lets do that first!" The steps are in such an order that each before is most likely required for the current, if that makes sense. Just stick to the order, it'll make life easier. A final tip: don't be limited to what is taught here. Do Think of this as a base for inspiration. Adding more services such as those listed on the turnkey website is easily done using the search APT function within the Webmin Package manager.
Okay, Confused? Then let's learn...
_ Caution! This instructable contains 30 steps. Proceed at your own risk. _
Show All Items
__
First things first - Plan. There are many aspects involved with planning, and often when people over plan, they quickly lose interest in the actual task.
So, a brief plan is as follows.
Components:
1 x Raspberry Pi (B model)
1 x External USB 2.5' HDD (Capacity of your choice, mine is 1TB)
1 x Raspberry Pi Case of your choice (Mine is a cheap £3 laser cut, clear acrylic, self assembly kit from )
2 x Heat sinks for the processor on the Pi (Mine were free with the case)
1 x Ethernet Cable
1 x USB cable for the hard drive
1 x SD Card (8GB or above strongly recommended. Also ensure you copy everything off the card as all data will be deleted.)
Relevant power supplies for the Pi and HDD
OS:
We will be using the operating system image from Ghoulmann.We'll download it later. The image is based on Raspian, which is a Debian flavor adapted for the Pi, that runs turnkey out the box.
Plan done. Proceed .
Show All Items
__
There are many available features avaiable to add to a home server, some free, some paid.
I have narrowed down a shortlist of f_ree f_eatures that you will be able to add to your home server following the steps in_ this_ instructable .
-
Webmin Admin Interface (This could be considered the heart of the operation)
Webmin is a state of the art server management web user interface. It allows the installation, management and control of the various services you may wish to add to the server. The interface is great fore first timers as it minimalizes the required use of the command line interface.
-
Shell In A Box (This could be considered the backend)
'Shellinabox' is a web based interface for SSH'ing into the server. It runs on java and CSS so it's compatble with all the best browsers without any additional plugins.
-
Samba Windows File Server
Samba is software that can be run on a platform other than Microsoft Windows, for example, Linux. Samba uses the TCP/IP protocol that is installed on the host server. When correctly configured, it allows the host to interact with a Microsoft Windows client as if it is a Windows file and print server.
-
ownCloud
ownCloud gives you universal access to your files through a web interface. It also provides a platform to easily view & sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web. ownCloud is extendable via a simple but powerful API for applications and plugins. Many of which are avaiable here.
-
Transmission BitTorrent WebUI
Transmission is designed for easy, powerful use. It's web user interface allows torrent's to be remotley added, then downloaded to the default torrent location. This location ca the be shared via samba/ownCloud to allow remote streaming of downloaded content.
-
Apache Webserver
The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems such as Linux. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.
-
PHP5
PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. PHP is now installed on more than 244 million websitesand 2.1 million web servers. This is required for owncloud and any other webpages you wish to host.
-
MySQL Database
Many of the world's largest and fastest-growing organizations including Facebook, Google and Adobe rely on MySQL to save time and money powering their Web sites. That why we'll be using it. It's also required for ownCloud.
-
no-ip Sync Client
The no-ip sync client will allow us to give the server a 'static address', such as "yourname.no-ip.biz". The sync client will update the current ip your ISP's allocated you every ten or fifteen minutes. You must first create a free account at no-ip.biz, but more on that later.
Once you've understood the purpose of each element of the server, continue to the next step.
Show All Items
__
The hardware basics are a Pi, SD card and power supply. You'll also need your LAN Ethernet cable. When I began I used a basic Pi case zip tied to my 1TB portable USB HDD.
My ideas developed. In my setup I wanted two mounted hard drives to offer more storage. One was a Segate desktop 3.5" 320GB HDD. The other was a Turo Portable 2.5" 1TB HDD.
This offers loads of storage so I can carry out backups and so on.
When I decided on what hardware I wanted to add on, I came to an instant realization that some sort of case would be necessary. Due to the flashing LED's that indicate status on all three main hardware parts, I knew I wanted something partly transparent. I also wanted the case to look the part. As I struggle for desk space all too often, I also decided to make the server a wall mountable unit. This way I would have a self contained, Transparent server case.
_When designing your case you can be as basic or as simple as you wish. For me, it was very satisfying to have an end product that expressed some professional quality. _
To manage power, I simply mounted a 3-way socket into the case. I then spliced the end and soldered it onto an appropriately rated switch and IEC socket. This again leaves a pro like finish. The transformers within the enclosure do not exceed the rated current of the wires. For additional finish, I mounted an Ethernet and USB socket to the top. By using USB hub inside, I am able to host an external socket. This is useful as USB drives can be plugged in when necessary without having to undo the 6 sprung screws that hold the hinged door closed. Pictures are annotated below.
Show All Items
__
Before we begin, I'd just like to give you a quick idea of the planning and note taking I did. Below are some of the notes pages I made during the process. There are also a few of the many post-it notes that are more readable than others. They are still quite scruffy however. Due to the pace of writing and times of night, the writing isn't so desirable, but it just gives a quick idea. I may also add: some notes here are not relevant. I was also setting up my port forwarding for a web address. This involved forwarding subdomains to specific ports within the router manager (port forwarding) and the DNS file editor with my domain name provider (godaddy.com).
Note: Monsters are contagious, do not stare for long.
Show All Items
__
The first step is often found tricky and complicated. I aim for it to be quick and simple, so we can move onto the fun part sooner.
- First download the Win32 Disk Imager from here
This will allow us to burn an operating system image to our SD card.
- Next download the ISO of the Raspian Turnkey mix from here.
Credit to ``[Ghoulmann](http://gonzotech.tumblr.com/post/35816630624/server-core-for-raspberry-pi) for the image.
Turnkey is an optimized OS package that is perfect for a home server.
The basic package includes Webmin Dashboard and Shell In A Box.
-
Extract the downloaded file and open the application called Win32DiskImager.exe
-
When the application opens, we need to do two things. Firstly locate the downloaded ISO image file. by Clicking the **file **icon.
-
Next ensure the correct drive letter is selected by cross comparing the drive letters in My Computer with the ones available in the dropdown box.
-
Finally Click Write.
-
A message informing that the drive can be corrupted will appear. Don't panic, this is standard procedure, just click _Y_es.
-
The Image will the begin to write. It will take about eight minutes in total. Once the image has been written to the SD card, a Write Successful Dialog appears. Close it off and place the SD into your Pi.
Show All Items
__
Installing the OS is a nice place to start, besides it being the first chronological step, it is a fairly simple one. The user (you) doesn't really have to do much the setup scrips take care of that.
No extensive hardware is required for the setup process. All you need is a spare USB Keyboard (or just borrow one - it wont be long), A TV with HDMI or Composite input and the relevant cable. You'll also need your Pi power supply (Just a regular micro USB phone charger will do).
First plug the HDMI or Composite cable into the back of the TV, then set the TV to the correct input. This is because the Pi detects whether HDMI is plugged in then using that information chooses whether to output composite or not. Then plug the cable into the Pi.
Next insert the SD card we prepared earlier.
Plug in the keyboard. Then finally plug in the micro USB power. The Pi will the boot. Setup scripts will run automatically. This will take a few minutes, before being asked for a root password.
When prompted for a password, choose a secure one. Don't use one that is already used for your email account or similar. Use howsecureismypassword.net to find a secure password. Aim for something that takes around **10 octillion septuagintillion years **to crack. No but_ seriously_, choose something secure.
Setup may ask some other questions. Just input logical answers. After the Q&A is over setup will continue doing its thing for around 5 min.
At the end you'll be told the eth5 connection failed. That because we don't have a internet connection yet. Once setup is complete, unplug the power cable and re-locate your Pi server into its final resting position.
That's all there is to it, you no longer need the keyboard or monitor/TV. We are officially headless my friend.
Show All Items
__
In this step we will login to Webmin for the first time. When this is done, we will update Webmin to the latest version using the integrated updater.
First, type in the ip of the server (RPi) followed by ":12321". This is the default port that Webmin is running on.
So for example I would type in "192.168.2.12:12321".
Yours could look like this "192.168.1.2:12321" or "192.168.2.5:12321".
Notice how the port remains the same, despite the ip address changing.
A quick explanation. The ip address is the string of numbers that defines any device connected to the internet. The router in your home has a function called DCHP (Dynamic Host Configuration Protocol). This auto assigns the
devices on the LAN (Local Area Network) an ip following the default format of 192.168.1.*
This means that your Pi could be any ip address through 192.168.1.2 to 192.168.1.255 (It won't be 192.168.1.1 because that's usually the routers ip address).
Usually there is a chronological order of working, therefore unless you have over 20 devices on the network, you wont be going higher than 192.168.1.20
If you don't know how to determine the ip of a device on the network, I strongly recommend this tool. It's free and extremely handy if your less computer savvy than others. It works by scanning all the possible ip's on a network, then gathers information about the devices on the other end.
Once you've done that, your going to get that scary security warning we all hate. It looks like this:
This warning usually indicates a website that's has insecure certificates. This means the data sent to the server isn't nesacerily sent to the server, instead a fake server, trying to capture sensitive data. Usually you'd turn back here, but don't. This message is only displayed as we have not yet installed a SSL certificate on the server. These are expensive, so instead we'll just disable SSL (HTTPS://). That's later on though. For now just click proceed anyway.
Once your proceeded you'll meet the Webmin Login page for the first time. Isn't she wonderful.
Here enter the username_ root and the password you entered during the Linux installation. Then click Login_
The interface will then load.
At the bottom of the home page, you'll notice the Upgrade Webmin Now button.
Click the button and Webmin does the rest. Just for reassurance, Here are images of how the process should look:
This is the updated package downloading.
This is the script carrying out the update.
This final image shows the update is complete. After this is the stage you're at, continue to the next step.
Show All Items
__
In this step we will learn how to login to the shell interface via the browser.
Type the ip address of the RPi into the browser, then port :12320 - it will look like 192.168.1.*:12320
Again we'll see the untrusted website page.
Click Proceed anyway, remember we know it's safe because it's your server. This will load the shell interface.
You may be asking what is 'shell' and thinking 'I thought computers sand and water don't mix'. I'll explain. Shell is the Linux version of Command Prompt (which is probably familiar to you windows users). It basically offers access into the server via command line, which can be very useful for tasks such as adding samba users, or editing a file using nano (nano is a command line text file editor).
So once the interface has loaded it will look like this. Very basic I may add.
Again, here I'll offer some level of explanation. The 'core login:' is just the server hostname 'core' (we can change this later) followed by login:
This means the server requires us to login before carrying out any tasks.
To login simply type your username (root) press return/enter then enter the password for the root account. Your password wont be displayed for obvious security reasons, such as the guy stood behind you looking over your shoulder. Take that**.
You will the be greeted by a login message explaining how warranties are not this nor that.
_**this is not a reference to the British band
As posted by member __rjanssen2_
To fix the session closed after the prompt login, you need to change /etc/hosts.
Enter the following:
nano /etc/hosts
Then change the core in the line 127.0.1.1 to your hostname.
Thanks for the help there!
Show All Items
__
Now we know how to access the command line, let's try a few things.
First let's learn how to reboot.
Login to the terminal as normal or if you already have an open session ensure the bottoms most line reads username@hostname ~#_ in essence, _root@core ~#
Type_ reboot_
Then press enter
You'll receive a broadcast message informing all users of the system reboot.
That's all there is too it. This is one of the most basic procedures you'll need to carry out. During the server configuration and setup you'll be doing this quite a lot.
Continue to the next step where you will learn how to use nano to edit files.
Show All Items
__
Our server is currently named CORE. Boring right? We're going to change it.
First we can type hostname into the shell in the box terminal (after sucsessful login) to print the current hostname. We can see it's 'CORE'.
So let's go ahead and change it.
Type nano /etc/hostname
Press return which will open the text file located in the /etc directory on the SD card named hostname, with the terminal text file editor nano. On boot the setup scripts read the file contents and use it to set the hostname of the server.
So to change it, simply delete the contents of the text file and type your desired hostname.
Press shift and X to exit.
Press Y to save the changes.
Just hit return to save over the old file.
Now just reboot the server (covered in step 8) for changes to take effect. When you look in network location from a windows file browser you'll see your server has been renamed.
Show All Items
__
If you are using ay external storage such as a USB hard drive or USB stick with the server, we must configure it to mount at boot. If your drive is formatted with the NTFS file system, follow the guide below. If it has any other type of formatting such as FAT 32, then skip to the next step.
Drives with Windows NTFS formatting can be tricky to mount within Linux.
To allow the drive to be mounted, we must install NTFS-3g. This irradiates any issues I know of.
So, open up a tab within your browser. Point it to the address and port of shell in a box, i.e, a new terminal session.
First type apt-get ntfs-3g
apt-get is the command to grab a package from the repository and install it.
The terminal may then begin to look like a scene from the matrix. This is just the downloading and installation of the package.
Below are images of how the process should look:
Your done when you see the root@core ~# message again. This is just the servers way of saying "I'm ready for my next command master."
Show All Items
__
Head back over to Webmin to continue mounting the storage media.
From the top navigation bar click_ Disks and Network Filesystems_ from within the System dropdown.
This will load the applet where we can select and mount the drive. To begin mounting click the dropdown box just above the file system table and select the format of the drive you are mounting. Mounting a drive within Linux will not remove your data, however it's always best to have a backup.
This next page will allow you to name the mount and choose the location. We will create out mount in the location /media/serverhdd . Select Disk and there should only be one option within the dropdown to choose from. Choose No where you have the option for read only. Keep the default settings for everything else.
Once you have the same settings as above, click create. This will take us back to an updated file system table.
Notice the fourth entry, this is the one we just created.
Show All Items
__
Next we're are going to install MySQL. MySQL is a free tool that allows us to host online databases that are secure, and accessible by PHP scrips. This means that a login page (such as the ownCloud login page) can use a PHP script to check login details such as user and password, thus allowing it to serve you the correct files and ultimately allowing you to login.
Without further ado, let's begin.
To install:
Login the Webmin admin console, hover over the unused modules category.
From there Select the MySQL entry.
This will serve a page informing us we either don't have the module configured correctly or don't have it installed. We don't have it installed do click the option that says 'click here to have it installed by apt'. Just for your information, apt is a Linux package manager that can be used to install and remove packages (basically software applications).
The package will then be installed. Lots of code will be running in the webpage. Leave it to run its course. It will inform you at the bottom of the webpage when the package has been added.
After its installed, go back, and from the servers dropdown in webmin, select the MySQL Database server entry. This will load the interface.
Continue to the next step to learn how to add a database.
Show All Items
__
So now we're going to add a database to MySQL for ownCloud to use. Within the database ownCloud will store information within tables and fields. Moo .
The information will range from usernames and passwords, to file size limits and file paths for each user. It's really quite clever.
Its quick and easy to add a table. First from within the MySQL database manager page in webmin click add a database.
The new database page will then load. Here name the database and leave all other options default. I've called mine owncloud for easy reference. (You'll need to note down the name for later.) We don't need to ad any tables or data because ownCloud will populate the database during it's installation process.
Click Create at the bottom of the page. You'll then be taken back to the management page, where you'll see the new table.
Pretty easy right? Next: adding a user.
Show All Items
__
MySQL is a multi-user database management system. This means that there can be more than one user that can gain access to the various databases and the data within them. This is useful as we can assign different permissions to the different users.
Why would we want to do that?
This feature is implemented for a number of reasons. The first most obvious being a security breach. For example if someone somehow hacks access to a service or program's code which relies on a database within MySQL, they may be able de-crypt the login credentials to the MySQL database server. This means they could access sensitive data within other databases and cause havoc. But wait hold on, don't panic. Because with multi user functionality, the database server will be safe. We can know this because we are creating separate accounts that will range from managing the server to reading, modifying and even creating tables. If somebody ever did gain access, (which is highly unlikely) they would only have certain permissions within the delegated database/s. This way we are not compromising other services that rely on the SQL server.
Another reason is if a piece of code within a service malfunctioned (also very unlikely) somehow losing control and beginning to erase and delete the databases. This wouldn't be possible because the program would only have access to its own database. All is not lost, Eh?
Very Clever I must point out.
So, lets lean how to create a user then. The user account we will create will be later used for ownCloud so use a logical username and password, that will be identifiable in the future.
Open up the MySQL database server manager if you haven't already. Which you probably have because your twitching with excitement at the concept.
So first, we need to click _User Permissions. _This will navigate us towards our goal. On the page you'll see a list of user and their corresponding info.
Sorry to ruin your fun Mr.Hacker. Anyway, on the above page click Create New User.
As you will soon see, this has loaded the add user page. Here we'll be able to add our ownCloud database access user. Input the above information into the fields, which is: Username: owncloud
Password: choose one but remember it
Select all permissions besides Superuser. Quick tip - Click the top entry, scroll down, hold shift, click the bottom entry. Then deselect the Superuser entry by clicking whist holding ctrl.
Change the maximum concurrent logins to 15 (we wont be having more than 15 users at a time connected.
Leave other options default then_ Create_.
This will create the new user and then navigate us back to the user accounts page.
Here you will see the added user credentials.
I've blanked out the password for obvious reasons.
That's it, we've created our new user. During the ownCloud setup, ownCloud will tie the account to the specified database. (Remember the one we created earlier named cloud?)
Let's continue.
Show All Items
__
In this step we'll install PHP and the various add-on's so its compatible with services such as MySQL, which we installed in an earlier step.
For more info on PHP click here
Begin by opening up a terminal session with shellinabox (Port 12320)
Login then type
apt-get install php5 php-pear php5-mysql
Then press enter.
This will carry out the installation of PHP and other required dependencies for ownCloud and Transmission.
When you reach the above point just hit Y. This check is common practice and it's essentially just APT asking for permission to use up the specified amount of disk space to istall the requested programs.
Above we can see the files being fetched from the mirrors.
And remember when you see root@core ~#, you're all done!
Continue to the next step to being setting up ownCloud.
Show All Items
__
The installation for ownCloud can be done via the GUI (Graphical User Interface) within webmin.
Head over to webmin and select system software packages from the System dropdown menu.
This will take us to the install package webpage.
Here focus on the second section: Install a New Package. Here select the Package from APT radio button. (Which is one of these [ Try Me! ] )
Type into the corresponding box owncloud, like this:
Then hit Install.
The script has finished, thus, ownCloud has been successfully installed.
Continue to the next step to configure and setup up ownCloud.
Show All Items
__
Before setting up our ownCloud instance we need to create a folder on the hard drive for our data to rest within.
Quickly open up a shellinabox session and type these three commands separately:
1 cd /media/serverhdd
2 mkdir cloud
3 chmod 750 /media/serverhdd/cloud
This will create the folder and change the permissions so owncloud can write to it.
You can now continue.
Show All Items
__
So we've installed ownCloud, let's set it up then test it.
Head over to 192.168../owncloud
You'll be greeted by this:
Click next, you may then be asked if you want to install into a subdirectory, just delete the text in the field and click next. If not just carry on.
Here is the important part. This page is where we will specify a folder for the data to go into, and admin account, and the SQL information.
Input a Username and password.
Click the advanced button
Type //media/serverhdd (or whatever you mounted your hard drive as) followed by /cloud. So it'll look like this: //media/serverhdd/cloud
Next click the MySQL button and the page will expand, revealing options for the database.
Here type in the MySQL username and password for the owncloud user we made.
Type in the database name of which you wish to use (we also created one earlier)
Type Localhost in the final box.
Finally click Finish setup.
This will finalize the setting and load up the owncloud service.
Ta Dahh!!
Everything is beginning to come together now. Lets learn how to create a user account. Next Step.
Show All Items
__
ownCloud has loads of features so it would take a whole lot of time to explain each one and how to use it. That my friends, is another instructable for another day. Have a look here for a list and usage.
Creating a user is fairly* simple so I'll show you how.
Click the user options button in the top corner then click on Users from the dropdown.
Then you'll be taken to the user management page.
To create a new user, type a username and password into the appropriate boxes above the table view of current users.
Then click the groups dropdown box.
Here you will see an admin entry and an +add group entry.
Click +add group, then type a group name for standard user accounts. This only has to be done once.
Then press enter (Keyboard key). This will create and select the new group.
Next click the create button.
Now we need to set the data limit for the user. Do this using the Storage drop down on the row of the user. The top option sets the default.
Set to whatever meets your needs.
Once you have done all this, you've created your new user account. Logout (user button in top right > logout) then log back in as the new user to test things out.
Next, lets samba.
*The term fairly and any other reference to simplicity or difficulty throughout this instructable is subjective, however this instructable is intended for anyone who understands the basic operation of a PC, so most should be able to follow it.
Show All Items
__
Samba will allow us to share documents with windows PC's on the same network. This will allow the server to be used as a central file server within your home. This is useful if you have more than one PC within the network.
Installation begins with opening the module from the Un-used modules category within webmin.
So go ahead and select Samba Windows File Sharing
You will then be told "Sorry Mr, you don't have that module," or something like that anyway. Just click click here to install it_._
The package will then install.
The samba package and any other dependencies have been installed. Continue to the next step to set it up.
Show All Items
__
So now we'll setup ad configure the samba instance. Samba operates on the windows file share protocol, so integration into a windows network (or singular PC) is seamless.
First open up Samba from the servers category in webmin.
Next select the checker boxes along the left hand side of the default directory mounts.
Click the _delete selected drives _button located below the table. The page should now look like this:
Click create a new file share. to begin mounting your directories.
Here we can now define a name, and file location. We can also set permissions for samba users.
Create your share with the options:
Share name : Relevant share name of your choice
Directory to share: /media/serverhdd/* (here * is a wild card. Mount any folder of your choice. We've already created our cloud data folder so lets mount that.)
Directory to share: /media/serverhdd/cloud
Auto create directory: Yes
Owner: root
Permissions: 755
Group: Root
Available: Yes
Browseable: Yes
Add a share comment if desired. Then Click Create.
Here you can see the mounted drive. Mine is a users folder I created on the hard drive.
Now we need to edit an option. Click on the share you've just made. From there click the Security access and control button from the bottom.
Here change the attribute Writable? to Yes
Then Save.
Return to the samba config homepage, and continue until you have mounted all the shares you wish to add.
In the next step we will create a user so we can login to the shares via windows explorer.
Show All Items
__
I often find the WebGUI for adding samba users to be buggy and unreliable. Because of this, I'm going to teach you to add a user the terminal way.
First, a shellinabox session.
Before we continue it is important to note: to add a samba user there must be an exsisting Unix account that you can link to. The samba config will rely on the Unix user account for permissions. Name the samba user the same as the Unix user account.
Now type in pdbedit -a -u username here
Now you'll need to enter a password then confirm it.
Nice and Tidy. For changes to take effect, you'll need to restart the samba service. This is easily done via the GUI with the restart button ant the bottom of the page.
All done. Now Head over to your windows PC for the next part, _accessing the share. _
Full details on the tool pdbedit are available here.
Show All Items
__
Welcome back.
Now lets mount the share as a volume in windows. Open up My computer.
Click Map network Drive. (Locations are as follows: Windows 8: top toolbar under Computer group. Windows 7: On the toolbar below the filepath. Windows Vista: Within the Tools... dropdown that is located on the toolbar below the filepath. Windows XP: Left click white space.)
First Specify the drive letter. All available ones will be within the dropdown.
Next location, Which will be in the format \\*your server name here\samba share name here
Check the Reconnect at sign-in and Connect using different credentials options.
Click Finish.
The Credentials window will then open.
Here type the user name and password for samba.
Check the Remeber option then finish.
Once that has been done, the share can be used like a normal storage media from within Windows.
Next we'll install Transmission.
Show All Items
__
Transmission is a torrent/download manager. You simply visit the port the service is running on to open the web UI. From there you can simply copy and paste URL magnet links, file links, torrent file links and more. The interface is super simple to use.
To install open up a shellinabox session and type: apt-get install transmission
This will begin the install.
Here we caan see the files being downloaded and added to the filesystem.
Once the package has installed, we need to stop the daemon (package) from running. This is important to do or the setting file may become corrupt.
Type: /etc/init.d/transmission-daemon stop to stop the daemon.
Next we need to configure the username and password for the instance. You'll use these credentials to login to the web user interface.
Type: nano /etc/transmission-daemon/settings.json to edit the config file with nano.
Edit the User and password enteries to whatever you wish. the password entry is named rpc-password and user is rpc-username. Hit shift and X to exit and press Y to save changes.
Next we will restart the daemon. Type: /etc/init.d/transmission-daemon start
Now visit 192.168.2.*:9091. Here you'll hit login dialog. Enter the credentials and login.
After that, a sucsessful login will load the interface. Simply use the add file icon to pase a link for the manager to download. Again full usage guides are available on the trasmission website.
Show All Items
__
This step will explain how we will achieve worldwide access for the server.
We will use two fundamental elements.
The first: no-ip, is a free service available to anyone. It comes in two forms, the sync client and the online service account. The accounts are free from the no-ip website. Create an account here.
The second element is a function built into almost all home routers: port forwarding. This function allows us to redirect incoming requests to other devices on the network, i.e., the server. This has to be done as any incoming connection from outside your home network will just direct us to the router management page. We need to land on our servers services page.
To do this the two features work together to provide a simpler way to connect to the server.
no-ip works like this:
Port forwarding works like this sketch:
Continue to setup these tools.
Show All Items
__
To install no-ip, open a new shell session.
Type: cd /usr/local/src To make the current working directory (folder) src.
Now download the tar file to the directory, from no-ip.com with: wget http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz
Change the cd (current directory) to no-ip folder using: cd noip-2.1.9-1 Then make the files with: make
Then install with: make install
During the install you'll need your no-ip registerd email address and password to hand. Leave the default update period as 30.
When asked say no to running a script on sucsessful update, using N key.
Then login to no-ip.com to confirm the client carried out it's first update
Configure port forwarding on the next step.
Show All Items
__
Setting up port forwarding is different on every router, because of this i'll just give you a general idea of which ports to forward and where. For more specific details on your routers port forwarding feature (aka Virtual Hosts) visit portforward.com.
Okay so the basic idea is that you type in username.no-ip.biz:* and wind up at the service allocated for *.
So we need to set this up for four instances: ownCloud, Transmission, Webmin and shell in a box.
The ports on the server (forward to private port) are as follows
- Webmin - Port 12321
- Owncloud - Port 80 (also requires /cloud or whatever sub directory you chosen earlier i.e. username.no-ip.biz:80/owncloud)
- Transmission - Port 9091
- Shell - Port 12320
The incoming ports can be different to the outgoing ports, so you could have userame.no-ip.biz:1 leading to webmin, userame.no-ip.biz:2 leading to ownCloud and so on. This makes it more convenient to remember.
This means your port forwarding table should be filled out like the illustration below.
Show All Items
__
Now we've almost finished. The final procedure is to unplug the power, remove the SD and create a back-up image of the OS in it's current state. This way if something goes wrong you have a basic fresh custom set-up to return to.
Simply place the SD card into a reader and open up win32diskimager.
In the text field type the location of the desktop followed by \backup.iso (something like this C:\Users\Dillon\Desktop\backup.iso). This will tell the software to read the file and save it to the desktop.
Then** instead** of write, click read.
This animated GIF shows a write taking place, but the process is the same.
This will take around 5-10 minutes. After it's done, put the SD back into the Pi and rest at ease. If you ever need to refresh your system (system restore) use the backup you created to write the ISO to the card, as in step 5. This means all will not be lost. For extra sense of peace, after any major system changes, perform a new backup and save it with a date. This way you'll have different revisions of backups to choose from.
Show All Items
__
Over 6,000 words and more than 170 illustrative diagrams and images later, we have reached the end.
If you made it this far, well done. I hope you found it an awesome journey. The learning curve may have been steep, but i encourage you to fly from the nest and begin to lean more about the Linux world.
If you have any issues or questions, drop one below. I hope you enjoyed reading and learning as much as I did writing.
Can I use a wifi dongle instead of Ethernet?
What drive format would you recomend?
Could I use a RPi 2 instead of a model B? Thanks for the answers
Could I use a RPi 2 instead of a model B? Thanks for the answers
Hi, New owner of a RPI v2. and using MacOS. Trying to follow the instructions "This will allow us to burn an operating system image to our SD card.
Used dd command to burn to new mico sdd. sudo dd bs=2m if=/Users/robbab2/Downloads/Installers/RPI/raspliance-core-02.img of=/dev/rdisk3
it creates two partitions: one "untitled" and one "disk3s2" Looks like untitled is MS-FAT 16 and disk3c2 is linux. Whats up and PI can't read?
Thank you for your Answer.
wc
you can go www.aakeys.com to get good windows, it is genuine and cheap
Am i able to run this server alongside my existing vpn server on the same raspberry pi?
Any one with issues to access OwnCloud due to permissions, here's the code I had to use. (Using HDD formatted to ext4)
sudo chmod 770 /media/serverhdd/cloud
chown www-data:www-data /media/serverhdd/cloud
Okay I have been at this for two day, I changed the partition from ntfs to fat32 to eventually ext4 (so that permissions existed by default) but STILL can not get one cloud to work! it keeps telling me that :"
Data directory (/media/serverhdd/cloud) not writable by ownCloud
Permissions can usually be fixed by giving the webserver write access to the ownCloud directory"
For the love of God, please someone help me this is causing me to go insane
Hi, you have to change the permissions for the 'www-data' user, not 'root'.
If chown doesn't work (as mine didn't), change the '/etc/fstab' file to add the options to the automatic mout. I found good informations in here:
http://www.linux.com/learn/tutorials/309527-unders...
http://askubuntu.com/questions/223016/setting-perm...
You can get the correct 'gid' and 'uid' typing 'id www-data' in the terminal
Mine is working properly now.
I hope it helps!
VERY well done. I have some friends planning their first foray into Raspberry Pi, and Linux in general as a result of this article.
I have a serious concern though: I would strongly encourage y'all to keep TLS/SSL *ON* -- especially if you plan to turn on port-forwarding on your routers (step 27), thereby exposing your server to the public internet -- and all that comes along with it (individual and state-sponsored hackers). Even the self-signed certificate, with the accompanying initial error prompt, is far better than having none at all (at least you're encrypted -- if not properly validated); and if you want a fully legitimate and validated TLS/SSL certificate, a basic one is NOT expensive -- unless you consider $9.99/year expensive (see NameCheap's Comodo PositiveSSL certificate) in which case I'd question what such a person is doing buying a Pi to begin with. Also, keep an eye on "https://letsencrypt.org" which aims to make TLS/SSL ubiquitous and free, automated, and open.
These instructibles are *great* but when it comes to technology -- especially internet-connected technology -- it's on YOU to educate yourselves instead of blindly following a set of instructions.
Have FUN... just keep your digital condom (TLS/SSL) on while doing it.
One of the best articles I ever seen on internet. Congratulations ... sorry my english.
I'm confused on the Users comment about needing a unix account to match for samba. Where am i creating these accounts? I've got 5 people in the house that will be accesing this.
You forgot to mention to unpack the tar.gz file.
After downloading type:
tar xzf noip-duc-linux.tar.gz
After this you can continue with the tutorial.
thanks
Hey guys, signed up here to be able to comment and hopefully help people out. I just followed this guide and am up and running smooth now, but it involved pulling information from a lot of various resources. So, first and foremost, I don't take credit for all of this. Some helpful information I found while digging through everyone one of these comments, and some I found through hours of consulting Google.
For everyone's information, I am running a Raspberry Pi 2.
To start, getting the image on the SD card, I followed this:
http://www.instructables.com/id/Raspberry-PI-THE-H...
Which has a link to download the Raspbian image itself from the official site. To write the image to the SD card, however, I used the image writing software mentioned in this guide, then continued with the instructions in the link above to get it running Turnkey Linux. You will get the # UNCONFIGURED INTERFACES error mentioned at the bottom of the guide on the above link. To fix it, I read online about how to make an interfaces file for Linux. Mine is as follows:
# UNCONFIGURED INTERFACES
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.x.x
netmask 255.255.255.0
gateway 192.168.x.x
Then I reran the tklpatch-apply / ./core/ command that generated this error and all went well.
Then, I came back to this guide and picked up on step 7, which is updating Webmin. By default, Webmin is not set to start on boot, which means you have to run sudo service webmin start to get it up and running, so you can access on port 12321 (192.168.x.x:12321).
In regards to shellinabox, the default port is 4200, not 12320 (at least for the Turnkey image that we loaded onto our SD card with the instructions I mentioned above)
Everything else went well, actually. I am loving the functionality of my Pi. If anyone is interested, you can also set up a VPN, which is pretty nifty itself. The guide I followed to do this is:
http://readwrite.com/2014/04/10/raspberry-pi-vpn-t...
I use it to encrypt my sensitive internet traffic as well as to access my home network's shared drive that contains data that I do not want accessible via the internet.
I hope this was able to help some of you! I saw some of the more recent comments, so it motivated me to write this.
Thanks jaxpr3394. I could not get the image given in this post written on my card. Then I followed your comment. And it was a breeze. However, I faced problem at the "Updating webmin" step. There was warning that "the program https://192.168.1.15:12321/webmin/edit_referers.cgi was linked to from an unknown URL, which appears to be outside the Webmin server." Even editing from the config module gave the same message. What I did was,
> edit the /etc/webmin/config file with "vi /etc/webmin/config" command.
> Find the line referers_none=1 and change it to referers_none=0.
> Save the file and restart webmin.
(for new linux users, this is how you edit files in command line: https://www.howtoforge.com/faq/how-to-edit-files-on-the-command-line)
THANK YOU!!! I've got to try this with a Pi 2 that I have for testing but which of course wouldn't run the pre-built image.
You are some kind of saint. I just started this project today and had to follow your instructions here to get things running. Muchly appreciated.
Great! I am glad I could help someone else and save from the headaches I faced. Thank you again for the creator of the guide itself as well as all of the resources I pulled from!
Enjoy.
I forgot to mention, you can also enable SSL following this guide:
https://hallard.me/enable-ssl-for-apache-server-in...
Also, I just realized that you could format your text in these comments, I apologize for the poor formatting of my previous post.
After running without problems for a long time, suddenly Shellinabox doesnt recognize/accept my password anymore. Still can log in through Webmin so the password is ok.
When i make new user with a known password or even without a password, the problem still persistst. Anybody having any idea what is wrong?
Same problem. Can anyone tell my why I can use my password in webmin or ssh but not in shell in a box?
I still haven't found an answer. I have just done a complete new install of raspbian and separately installed webmin, apache, php, mysql.
Shellinabox seems to be the only terminal available and will try to install that too once I found a decent source.
at least it brings webmin back to port 10000 as it is with my other linux systems
Perhaps it is the keyboard locale settings on the pi? I've run into that problem before, where everything seemed to type as I wanted it to, with the exception of a few of the special characters (@#$) and it was due to the keyboard locale settings. Just a thought.
thanks but i doubt it as all my other passwords still worked and the problem with shellinabox happened on all computers.
Thanks for yr suggestion though
just a general tip.
using the dns name of the raspberry (or any other computer) in your browser to go to a webpage on the raspberry or to go to webmin or shellinabox, such as e.g.
http://raspberrypi:12321 doesnt always work and your browser may insist that actually you mean "www.raspberrypi.com:12321". Having to use the internal 192.168.x.yyy address is a a drag
However if you do "raspberrypi.local:12321" it always seems to work
This will only work if you are running Mac or Linux, or if you are running Windoze and have iTunes installed. (Apple wrote their own mDNS client for the Windoze version of iTunes (which they call Bonjour), which gets installed when you install iTunes.) Also, you might need to add .local to the end of the address depending on how your router is set up, like http://raspberrypi.local:12321.
yes http://raspberrypi.local:12321 is what i suggested. It works on my windows and I do not have iTunes
What browser and Windows version are you using, and have you ever had any Apple software installed? Also, using Ubuntu and Chromium, for me http://raspberrypi:12321 NEVER works, even if I make sure to go to that actual address. It always gives "DNS_PROBE_FINISHED_NXDOMAIN". The only way that could possibly work is if your router's configured in a specific way.
windows 10 using chrome, edge IE and firefox.
Ubuntu12.04 with firefox
Did never get the error you mentioned.
did not configure my router in any specific way
never downloaded Apple softwar
Hey guys, I have a quick question about ownCloud. Downloading and installing it shows version 4.0.4 in the ownCloud dashboard and running an apt-get update and apt-get upgrade does not detect anything newer, but version 8 is currently out. Can anyone shed any light on how to go about upgrading from 4.0.4? I would prefer not to have to start over with it and would gladly upgrade step by step until I get to the latest version if that is what it takes.
Disregard, I was having a moment. I just went to their Web site and found the answer that I was looking for by using the oBS method mentioned. For anyone else that is going to do that - when I first did it, it gave me a 404 error when trying to access /owncloud. To fix it, I just ran the sudo apt-get purge owncloud command, which removed (I am assuming) some of the files of the second installation that resulted from the oBS method. When I did this, it was up and running with the newest version. Strange and I know I could understand it better if I put the time into the research, but I haven't had a chance to as of yet, but I just wanted to let anyone else know that was curious about upgrading from 4.0.4 to 8.1.1. :)
hey drwilson i'm done with it thanks for the steps and the idea this is mine project
This step didn't work for me initially, but once I set "rpc-whitelist-enabled" to false it worked perfectly.
Thanks for the info!
Hey. I'm kinda having a problem with
/etc/init.d/transmission-daemon stop
All I get is
-bash: /etc/init.d/transmission-daemon: No such file or directory
and when I try to access
nano /etc/transmission-daemon/settings.json
It's just blank
Can someone please enlighten me :)
Ran into the same problem, Elliot. Uninstall the package by running
apt-get remove transmission
Then, run
sudo apt-get install transmission-cli transmission-common transmission-daemon
That should do the trick. If not, let me know!
Thanks man!
Yeah it worked. Thank you so much Garrett :)
Not a problem, Elliot!
Thanks man I'll give that a try and let you know ?
I had some "failed to mout bla bla bla"... error
The solution was found in:
https://www.raspberrypi.org/forums/viewtopic.php?t=74776&p=536000
i've been looking for a good server set up for the raspberry pi for a while now and I really like the looks of this one! Made it to step eight no problem but now when I try to start the Shell from a browser I can't connect to it. I can connect to Webmin just fine in the browser but not to the Shell. Any help would be appreciated.
Well, there were a couple stumbles along the way, and an important item or 2 left out, but I've gotten it working now. Thank you so much!
the monitor cannot detect i
Can you make a tutorial on how to make a box for it?!
Very good
__More Comments
__ 1,050,445 views
__ 3,497 favorites
DrWilson Follow 411
Bio: Student. Usually I'm making things - electronics, computer programming, woodwork, DIY and all things awesome.!
Tags: raspberry pi server linux cheap server cloud port forwarding terminal diy learn basic easy owncloud ssh samba webmin media nas raspberry ultimate home office apache sql database web gui cms
Add instructable to:
__ Contest __ Group
Raspberry PI, THE SERVER (TURNKEY LINUX)
by MortezaP
FerretPi: Using Raspberry Pi as a Secure FTP Server
by CHaynes2013
Raspberry Pi Video Streaming
by JoseBarreiros
Python Web Server for your Raspberry Pi
by knexpert1700
Personal ARM Cloud Server
by greenyouse
FEATURED CHANNELS
- [
Woodworking
](/tag/type-id/category-workshop/channel-woodworking/)
- [
CNC
](/tag/type-id/category-technology/channel-cnc/)
- [
Arduino
](/tag/type-id/category-technology/channel-arduino/)
- [
Intel IoT
](/id/intel/)
- [
Indoor Gardening
](/howto/indoor+gardening/)
- [
Lighting
](/tag/type-id/category-workshop/channel-lighting/)
- [
Sewing
](/tag/type-id/category-craft/channel-sewing/)
- [
Parties
](/tag/type-id/category-craft/channel-parties-and-weddings/)
- [
Star Wars
](/howto/star+wars/)
Join 2 million + to receive instant inspiration in your inbox.
I'm in!
Download our apps!
© 2015 Autodesk, Inc.
x
Facebook Google+ Twitter Autodesk
OR
Login
Sign Up » Forgot Username/Password »
x
Forgot your username or password?
It happens.
Enter the email associated with your account and we will send you your username and a temporary password.
Send it now, please!
Not a member? Sign Up »
x
We have sent you an email with a password reset code. Please enter it below.
Reset and Sign In
Not a member? Sign Up »
x
that's a pro feature! want to go pro?
I want to go pro! No thanks
Already a member? Login »
x
That's a pro feature!
Want to go pro?
First step is to sign up.
Facebook Google+ Twitter Autodesk
OR
By clicking "Sign me up!" you are indicating that you have read and agree to the Terms of service.
Sign me up!
Already a member?" Login »)