Self host EC2 retool instance not working after reboot

I have restarted my Self host EC2 instance and the retool url no longer works. I did notice that the public IP has changed and I tried using the new IP.

Do I need to restart the retool service. I'm on an EC2 self-hosted instance please share the instructions for restarting the service

Appreciate

AR

Hi @anilr! Did you start your containers? You should be able to do this following the instructions from this page: AWS Deploy with EC2. You may need to use step-16 and 17:

  • Run sudo docker-compose up -d to start the Retool server.
  • Run sudo docker-compose ps to make sure all the containers are up and running.

Hope this helps. :slightly_smiling_face: