Go back

Setup and installation of Private GPT on AWS

  1. On the EC2 Console page, instance is up and running. To connect to this instance through putty, copy the IPv4 Public IP Address. (refer Putty Guide available at https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/connect-linux-inst-from-windows.html for details on how to connect using putty/ssh).

  2. Open putty, paste the IP address and browse your private key you downloaded while deploying the VM, by going to SSH- >Auth->Credentials , click on Open.

/img/aws/desktop-linux/putty-01.png

/img/aws/nvidia-aiml/putty-02.png

  1. Login as ubuntu user.

/img/aws/difyai-vm/ssh-login.png

  1. Update the password of ubuntu user using below command :
sudo passwd ubuntu
  1. Once ubuntu user password is set, access the GUI environment using RDP on Windows machine or Remmina on Linux machine.

  2. Copy the Public IP of the VM and paste it in the RDP. Login with ubuntu user and its password.

/img/azure/difyai-vm/rdp-desktop.png

  1. To access the Private GPT web interface , open your browser and copy paste the public IP of the VM as http://public_ip_of_vm

/img/aws/private-gpt-vm/gradio-ui-rag.png

For more details, please visit Official Documentation page

Go back