Log in credentials
Learn how to log in to ThoughtSpot.
You can access ThoughtSpot through SSH at the command prompt, and from a Web browser.
Administrative access
Each ThoughtSpot cluster has three default users. Contact your ThoughtSpot support team to get the passwords.
- Shell user, admin
-
- username
-
admin
- description
-
For work that requires
sudo
orroot
privileges. Not for application login. Logs for this user are in/usr/local/scaligent/logs
directory,
- Shell user
-
- username
-
thoughtspot
- description
-
For command-line work that does not require
sudo
orroot
privileges. Can usetsload
,tql
, and check the cluster status. Not for application login. Logs for this user are in/tmp
directory.
- Application user
-
- username
-
tsadmin
- description
-
Access through a Web browser.
Both the admin
and thoughtspot
user can SSH into the cluster.
After authenticating, either user can use and and all of the following utilities:
-
tscli; thoughtspot user cannot use commands that require
sudo
orroot
privileges
SSH to the appliance
To perform basic administration such as checking network connectivity, starting and stopping services, and setting up email, log in remotely as the Linux administrator user "admin". To log in with SSH from any machine, you can use the command shell or a utility like Putty.
In the following procedure, replace <hostname_or_IP>
with the hostname or IP address of a node in ThoughtSpot.
The default SSH port (22) will be used.
-
Log in to a client machine and open a command prompt.
-
Issue the SSH command, specifying the IP address or hostname of the ThoughtSpot instance:
ssh admin@<hostname_or_IP>
-
Enter the password for the admin user.
ThoughtSpot provides a default password for both the
admin
andthoughtspot
shell users. ThoughtSpot recommends that you change the passwords for both these users on first login. Follow your company’s policies on password security.
Log in to the ThoughtSpot application
To set up and explore your data, access the ThoughtSpot application from a standard Web browser, using a username and password.
-
The Web address (IP address or server name) for ThoughtSpot
-
A network connection
-
A Web browser
-
A username and password for ThoughtSpot
ThoughtSpot supports the following Web browsers:
- Mozilla Firefox
-
68.x, 69.x, and later
- Google Chrome
-
76.x, 77.x, and later
- Internet Explorer
-
For ThoughtSpot versions 6.3.0 and earlier, Internet Explorer versions 11.x, and later are supported. Starting with ThoughtSpot versions 6.3.1 and later, support for Internet Explorer is deprecated.
- Microsoft Edge
-
81.0.416.53, and later
- Apple Safari
-
13.x, and later
While Internet Explorer is supported in ThoughtSpot versions 6.3.0 and earlier, using it is not recommended. Depending on your environment, you can experience performance or UI issues. |
To sign in to ThoughtSpot from a browser, follow these steps:
-
Open the browser and type in the Web address for ThoughtSpot:
http://<hostname_or_IP>
-
Enter your username and password, and click Sign in.