How to Setup Your Maker Server

Guide to setting up hosting for your maker bot on a cloud server.

1) Create a server.

Create an Ubuntu server. Cloud hosting is recommended for 24/7 uptime (ex: digital ocean, AWS)

2) SSH into your server. Do not user username/password SSH.

If you do not know what the above means you can learn more about it here.

3) Run the following command to install:

curl -o- https://raw.githubusercontent.com/go-faast/maker-bot/master/install.sh | bash

4) Follow the installation prompts to finish setting up your maker.

If you have any difficulties setting up a server or questions in general feel free to reach out at support@faa.st

Last updated