git ssb

3+

cel / ssb-server-wiki



Tree: 7ef83f214f7d9bca7c723ff162c2f777276ed5c6

Files: 7ef83f214f7d9bca7c723ff162c2f777276ed5c6 / Getting-on-the-Scuttlebot-network.md

1142 bytesRaw

Installing and starting up your local Scuttlebot app

Scuttlebot is an application that you need to run in order to access the network.

  1. Install Node.

  2. Install the scuttlebot application globally: npm install -g scuttlebot

  3. Start the scuttlebot server with: sbot server

  4. 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.

  1. Ask someone that runs a Pub server for an invite (it is a big long code looking string with blake2s in it somewhere).

  2. Open up your local Scuttlebot app in your browser: http://localhost:8008/

  3. Click on the Use an invite link.

  4. Paste in the invite code. use an invite link

  5. 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