0

I've just installed TigerGraph on my server, but I don't know how to access the TigerGraph account that it created?

Stanislav Kralin
  • 11,070
  • 4
  • 35
  • 58
Herk
  • 209
  • 1
  • 4

1 Answers1

1

By default when you install TigerGraph the default username and password will be tigergraph. You can try the following from the account you used to install TigerGraph on.

Regular user with NO sudo access: su - tigergraph (password is tigergraph)

User with Sudo access: sudo bash su - tigergraph

Herk
  • 209
  • 1
  • 4