Skip to content

Instantly share code, notes, and snippets.

@bitfede
Created April 24, 2023 02:26
Show Gist options
  • Save bitfede/082a2efaee466ab11ba7c3ef1f0cb3d0 to your computer and use it in GitHub Desktop.
Save bitfede/082a2efaee466ab11ba7c3ef1f0cb3d0 to your computer and use it in GitHub Desktop.
How to connect to the server

How to Connect & Operate AI Bots

  • open the terminal
  • enter the autogpt server directory with cd name-of-the-directory
  • use ls to make sure you are in the right directory. You should see a connect-script.sh file.
  • execute ./connect-script.sh to connect to the AWS server instance

If your terminal prompt changes and starts with ubuntu you are succesfully connected to the server!

To launch the AI autogpt system:

  • enter the autogpt folder with cd autogpt/Auto-GPT/
  • run the AI software with python3 -m autogpt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment