On Tue, Jul 9, 2019 at 12:10 PM Niubbo75 <[email protected]> wrote:

> Hello all, I would like to install guacamole on 2 different VM, one for the
> client side and one for the server side.
>

This should be fine.


> I have started installing guacamole-server + mariadb (client & server) +
> all
> needed libs on the server VM, after i end to compile, guacd start w/out any
> problem.
>

You can put the database on a different server from Guacamole Client, but
this may not be the way you want to go.  If you're going to put the DB
server on the same server as guacd, then you need to make sure that all of
the required ports are opened between the server running Tomcat (Guacamole
Client) and the one running MariaDB.


> After that, I have compiled client side on another VM, on this one I have
> installed tomcat, running tomcat and point my browser to
> http://client-vm.ip:8080/guacamole I got the login page, but after
> inserting
> guacadmin as default username and password, I got "incorrect username or
> password" error, I have check that guacamole's mysql user can connect and
> login remotely from guacamole-client VM to guacamole-server VM via cli:
>
>
When you installed the database, did you import both of the SQL schema
files?  One installs the Schema itself, the other installs the default
admin account.


>
>
> my guacamole.properties is in guacamole-client and is this:
>
>
>
> Of course I'd create and populate database with schema/*.sql I have put
> mysql-connectors into /etc/guacamole/lib/ and
> guacamole-auth-jdbc-mysql-1.0.0.jar in /etc/guacamole/extensions/
> Any idea to solve this issue? Am I missing something?
>
>
What does catalina.out (our wherever your Tomcat install logs) say?  It
should tell you why the login isn't working, along with any additional
errors related to missing libraries, etc.

-Nick

Reply via email to