If you do not know about Guacamole or CapRover, check them out:
Apps > One-Click Apps/Databases > Guacamole
. Enter your app name (probably guacamole
) and database password. Deploy the app.https
and websocket support
in the guacamole
dashboard (in CapRover). You may want to also enable force https
.adminer
. In Adminer (after it is deployed), or whichever SQL client you choose to use, connect to the guacamole
database (username: guacamole
, database: guacamole
, server: srv-captain--${appname}-db
) and find the SQL Command
dashboard. Copy and paste and execute each of these scripts:
guacamole
a moment, and then it should be ready. You can access guacamole
by going to the domain assigned to it with /guacamole
on the end (eg: https://${appname}.yourdomain.com/guacamole
). The default username is guacadmin
and the default password is also guacadmin
. I recommend changing it once you log in.adminer
from your CapRover instance.If this was helpful, consider following me on Github or giving this repository a star. Thank you.