Go back

Setup and installation of 'Dify AI: Build & Launch GenAI Apps' on GCP

  1. Once the VM is deployed from GCP MP, go to VM’s details page on GCP console and click on SSH button to connect via terminal.

/img/gcp/puppet-support/ssh-option.png

  1. This will open SSH window in a browser. Switch to ubuntu user and navigate to ubuntu home directory.
sudo su ubuntu
cd /home/ubuntu/

/img/gcp/multi-llm-vm/switch-user.png

  1. Update the password of ubuntu user using below command :
    sudo passwd ubuntu

/img/gcp/multi-llm-vm/ssh-passwd.png

  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/gcp/jupyter-python-notebook/rdp-login.png

/img/azure/minikube/rdp-desktop.png

  1. To access the DifyAI web interface , open your browser and copy paste the public IP of the VM as https://public_ip_of_vm. Make sure to use https in the URL.

  2. Create your first admin account on the registration page.

/img/aws/difyai-vm/dify-registration-page.png

Go back