Files: 553cff42c71f42b6eab4ff3a6a5df9ea6db15f38 / Getting-on-the-Scuttlebot-network.md
Installing and starting up your local Scuttlebot app
Scuttlebot is an application that you need to run in order to access the network.
Install Node.
Install the scuttlebot application globally:
npm install -g scuttlebot
Start the scuttlebot server with:
sbot server
Navigate your web browser to
http://localhost:8008/
and sign in with a new username.
Connecting to a Pub Server
In order to connect to people outside of your local network (ie. the wider internet) you need to connect to a Pub server (it is basically just another Scuttlebot app running on a server). There is a list of Pub servers here.
Ask someone that runs a Pub server for an invite (it is a big long code looking string with blake2s in it somewhere).
Open up your local Scuttlebot app in your browser:
http://localhost:8008/
Click on the Use an invite link.
Paste in the invite code.
It will tell you if it worked. If it did GREAT! You are now on the SSB network! If not then politely ask the Pub server maintainer if they know what's going on.
Built with git-ssb-web