Adds core content for Basic Wireless Settings doc
[librecmc/librecmc.git] / docs / Basic_Wireless_Settings.md
1 # Basic Wireless Settings
2
3 This document is only intended to cover the most basic details of
4 Wi-Fi settings on LibreCMC, for people who do not know much about
5 computer networking. Geeks are encouraged to simply log in
6 to `192.168.10.1` and experiment with the settings.
7
8 ## Log in to the LuCi configuration interface
9
10 First, you need a physical connection to the LibreCMC Wi-Fi
11 router. The simplest way is to connect an Ethernet cable between the
12 Ethernet port on your computer, and the LAN port on your router. An
13 Ethernet cable is like a fat telephone cable; usually you get one
14 included with your router. Tablets and smart phones usually don't have
15 an Ethernet port, so you might need to borrow a laptop.
16
17 * In the address bar of your Web browser, enter the address
18   `192.168.10.1` and press `Enter` or `Return`. You should see a page
19   appear called `Authorization Required`.
20   
21 * Enter the adminstrative Username and Password for your router. The
22   default is `root` for the Username and a blank password.
23
24 If a blank password does not work, and you cannot figure out what it
25 is supposed to be, you may need to
26 [reset the router](Router_Reset_Instructions.md).
27
28 If you are unable to view the Authorization Require page, it may be
29 that you do not have your Ethernet cable connected to the correct
30 ports, or your computer is not set to allow use of the Ethernet
31 cable. Find a tech savvy relative to help you out.
32
33 ## Change the name of your Wi-Fi network
34
35 * Select the `Network` >> `Wireless` menu.
36
37 * Select the `Edit` button to the right side of "libreCMC".
38
39 * In the `ESSID` text field, enter the name you would like for your
40   Wi-Fi network. This is the name people will see when they are
41   looking to connect to your Wi-Fi network.
42
43 * If that is all you wanted to do, press the `Save & Apply` button at
44   the bottom of the page, or go on to the next section.
45
46 ## Change your Wi-Fi password
47
48 * If you haven't already, Select the `Network` >> `Wireless` menu, and
49   select the `Edit` button to the right side of "libreCMC".
50
51 * Select the `Wireless Security` tab under `Interface Configuration`.
52
53 * In the `Encryption` drop down menu select `WPA2-PSK`. (If you have
54   some really old devices on your network, it may be necessary to
55   select `WPA-PSK` instead, to get them to connect, but don't do this
56   unless you really need to.)
57
58 * In the `Key` text field, put in the password you want people to use
59   to connect to your Wi-Fi network. If you press the green arrows
60   button, it will make it easier to type in the password.
61
62 * Press the `Save & Apply` button at the bottom of the page.
63
64 ## Change your Administrator password
65
66 * There is a password used for logging into the LuCi configuration
67   interface. You typically want this to be different than the Wi-Fi password you share with other people.
68
69 * Select the `System` >> `Administration` menu.
70
71 * Under `Router Password` section, type a new password into the
72   `Password` text field. Pressing the green arrows button makes it
73   easier to type in your password.
74
75 * Type the exact same password into the `Confirmation` text field.
76
77 * Press the `Save & Apply` button at the bottom of the page.