On Mon, Mar 26, 2018 at 6:56 AM, Charles Mccrea <[email protected]> wrote:
> Hello, > > I found an old forum post: > > https://sourceforge.net/p/guacamole/discussion/1110834/ > thread/573d1259/#c445 > > That describes how to auto-login to Guacamole through the URL - > http://IP:PORT/guacamole/#/?username=USER&password=PASS > <http://ip:PORT/guacamole/#/?username=USER&password=PASS> > > How could I auto-login and immediately go to the History page in Settings > within Guacamole when auto logging in? > > I haven't tried it myself, but you should be able to put in the URL to the History page and then append the username and password arguments. The URL will vary a little bit depending on what authentication extension you're using - in my case, using PostgreSQL, it looks like this: https://server.example.com/guacamole/#/settings/postgresql/history So, you might try something like: https://server.example.com/guacamole/#/settings/postgresql/history?username=USER&password=PASS and see if that works. -Nick
