Hello! Thanks for reaching out! If you continue to run into issues here, this is definitely something you can reach out to our professional support team about - support@rstudio.com
In any case, there are a few things to keep in mind here:
- One, you want to be sure that the
rstudio-connect service is "enabled." This means it will start on reboot of the server. You can ensure this with systemctl enable rstudio-connect.
- After rebooting the instance, you should check the status of Connect before "starting it."
systemctl status rstudio-connect. That will be useful information as it can tell us why Connect is not starting
- If you do reach out to our support team, please include your
/var/log/rstudio-connect.log file (at a minimum), and ideally your entire diagnostics file:
I hope that helps! Please let us know how this goes!!