> For the complete documentation index, see [llms.txt](https://support.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.tiger.com/english/how-to-start/licenses-and-login-1.md).

# Licenses and login

Users can choose from 4 available licence types:

* **Trial License** — a complementary 14-day license granting the full access to the terminal's features; historical data is limited to the last 10 days, Player functionality is available. No crypto exchange connections are available with a trial license.
* **Crypto License (FREE) —** a free lifetime license allowing to trade only on the cryptocurrency market; Player functionality is not available.

{% content-ref url="/pages/FZO8jOVREzthuJ6JL6ma" %}
[How to use the Crypto license to trade on Binance](/english/frequently-asked-questions/how-to-use-the-crypto-license-to-trade-on-binance.md)
{% endcontent-ref %}

* **Full License —** a paid license that opens the full access to the terminal's features; features Player mode.
* **History Player** **License** — a license allowing to use the in-built training module; users can only see the historical data, trading and live market data aren't available.

{% hint style="info" %}
You can find more detailed information about different license types on [the Prices page.](https://www.tiger.com/terminal/prices#compare)
{% endhint %}

You can browse the list of your licenses in your account on[ the Tiger.com website](https://www.tiger.com/terminal/personal-licenses). Upon registration, users receive the complimentary lifetime Crypto license and a 14-day trial license, which allows trading on stock, futures, options markets, and Forex. Once the trial period ends, users are required to purchase the [Full license](https://www.tiger.com/terminal/prices) to continue trading stocks, futures, options, and on Forex.

{% hint style="info" %}
You can log in to the terminal with the email address and password used for [registration](/english/how-to-start/register-and-setup-1.md), or with your license credentials, which can be found in [your account](https://www.tiger.trade/en/terminal/personal-licenses).
{% endhint %}

{% content-ref url="/pages/UziEs91y7Zbb33PwiaOK" %}
[Error "Connection lost" when launching the terminal](/english/frequently-asked-questions/error-connection-lost-when-launching-the-terminal.md)
{% endcontent-ref %}

When logging in, indicate the server that you want to connect to. When a connection to the main terminal server cannot be made, you can connect to the backup one to download the history for the playback and charts.

<figure><img src="/files/OIhYSK5r1bxWI7zTt92M" alt="" width="375"><figcaption></figcaption></figure>

Please note that the choice of a server for logging into Tiger.com depends on the license type:

| License type                   | Server                      |
| ------------------------------ | --------------------------- |
| <p>Main<br>Trial<br>Player</p> | <p>Main 1<br>Main 2</p>     |
| Crypto License                 | <p>Crypto 1<br>Crypto 2</p> |

For example, if you specify the “Main 1” server, but you only have a crypto license, then you will not be able to log in.

{% hint style="info" %}
Specify “Automatically” in the server selection field in order not to store which servers are suitable for which licenses. It will then connect to an available server based on your license: if one of the servers is unavailable, the terminal will automatically connect to the next available one.
{% endhint %}

After successfully logging in, you may proceed to set up your [workspace](/english/settings/workspace.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.tiger.com/english/how-to-start/licenses-and-login-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
