-
-
Plug your Raspberry Pi into your networking switch/hub/router as if it was another computer you wanted to access the internet.
-
-
-
The easiest way to do that is to get into the administration section of your networking router.
-
Most routers use the 10.0.0.0 or 192.168.0.0 subnet. Look up your router's address for administration. Try 192.168.0.1 or 10.0.0.1 in your browser's address bar.
-
You will likely be prompted for a password. You will have to dig this up for your specific router, but they are usually very simple with defaults like login:admin password:password.
-
If you can't log in with the default password, then resetting the router with the button in the back should restore it to all defaults.
-
-
-
Use a terminal window or program to SSH into the RPI.
-
On a Mac run Terminal.app and type SSH bartendro@x.x.x.x replacing the x's with the IP Address you acquired in the previous step.
-
On a PC, install putty.exe if you don't already have it, and enter the IP address in Host Name box.
-
Use the following credentials (case-sensitive):
-
login as: bartendro
-
password: hackme!
-
Cancel: I did not complete this guide.
One other person completed this guide.
9 Comments
Are you using the Bartendro image from our website? There’s not much to it. As long as the RPI boots correctly, it should create the network. You can type ‘ifconfig’ in the command line to see what is happening.
Your Raspberry Pi should be creating a wifi network called ‘bartendro’. Once you connect the device you are using to this network, you can open a web browser and go to any website, such as bartendro.com. You should automatically be redirected to the Bartendro interface.
My raspberry pi is not creating a wifi network
Kentrell -
@ghost307 What are you trying to do?