Tableau Server license key activation — Overview and practical guidance
Via UI
Licensing tab → Select key → Deactivate.
Critical: Deactivate before uninstalling or shutting down the old server. If you lose access to the old server, you need a manual license reset from Tableau Support (requires proof of destruction).
6. Verify
tsm licenses list
3. Activate license
tsm licenses activate -k XXXX-XXXX-XXXX-XXXX-XXXX
3. Activate via Command Line (TSM CLI)
Part 10: Frequently Asked Questions
Q: Can I activate a trial key and a paid key on the same server?
A: No. Tableau Server only retains one active license key at a time (although you can add extra role keys on top of a base role key).
Q: What happens if my offline activation response file expires?
A: Response files generated from the offline portal are typically valid for 30 days. If expired, generate a new request file.
Q: Does Tableau Server phone home after activation?
A: Yes, periodically to check maintenance status. You can disable this via TSM (licensing.reactivate_interval = 0), but it requires manual re-activation annually.
Q: Can I activate Tableau Server on a VM with dynamically changing CPU cores?
A: If using core-based licensing, the license is bound to the maximum number of cores seen by Tableau during any activation period. Reducing cores later does not reduce licensing requirements.
Q: My key is for Tableau Server + Data Management Add-on. How does activation differ?
A: You will receive two keys (or a bundle). Activate both. The Data Management key enables Prep Conductor and virtual connections.
The Concept: The Server ATR
To understand the activation process, Elias knew he had to understand the philosophy behind it. In the past, software licensing was often a simple file drop. Today, Tableau Server operates primarily on the Authorization-To-Run (ATR) system.
Think of the ATR as a digital heartbeat. When you activate Tableau Server, it doesn't just check a file locally; it reaches out to Tableau’s licensing service in the cloud to validate the key. If the server has an internet connection, this is usually a seamless handshake. The server requests a "lease" (usually valid for a set duration, often up to a year for servers), and if the key is valid, the service grants the lease.
This is the foundation of the "Subscription" model. You aren't just buying software; you are subscribing to the service, and the license key is your unique identifier for that subscription.
7. Example Workflow (New Install)
# 1. Install Tableau Server
# 2. Initialize TSM
tsm initialize --start-server
Tableau Server License Key Activation Better -
Tableau Server license key activation — Overview and practical guidance
Via UI
Licensing tab → Select key → Deactivate.
Critical: Deactivate before uninstalling or shutting down the old server. If you lose access to the old server, you need a manual license reset from Tableau Support (requires proof of destruction).
6. Verify
tsm licenses list
3. Activate license
tsm licenses activate -k XXXX-XXXX-XXXX-XXXX-XXXX tableau server license key activation
3. Activate via Command Line (TSM CLI)
Part 10: Frequently Asked Questions
Q: Can I activate a trial key and a paid key on the same server?
A: No. Tableau Server only retains one active license key at a time (although you can add extra role keys on top of a base role key).
Q: What happens if my offline activation response file expires?
A: Response files generated from the offline portal are typically valid for 30 days. If expired, generate a new request file.
Q: Does Tableau Server phone home after activation?
A: Yes, periodically to check maintenance status. You can disable this via TSM (licensing.reactivate_interval = 0), but it requires manual re-activation annually. Tableau Server license key activation — Overview and
Q: Can I activate Tableau Server on a VM with dynamically changing CPU cores?
A: If using core-based licensing, the license is bound to the maximum number of cores seen by Tableau during any activation period. Reducing cores later does not reduce licensing requirements.
Q: My key is for Tableau Server + Data Management Add-on. How does activation differ?
A: You will receive two keys (or a bundle). Activate both. The Data Management key enables Prep Conductor and virtual connections.
The Concept: The Server ATR
To understand the activation process, Elias knew he had to understand the philosophy behind it. In the past, software licensing was often a simple file drop. Today, Tableau Server operates primarily on the Authorization-To-Run (ATR) system. and if the key is valid
Think of the ATR as a digital heartbeat. When you activate Tableau Server, it doesn't just check a file locally; it reaches out to Tableau’s licensing service in the cloud to validate the key. If the server has an internet connection, this is usually a seamless handshake. The server requests a "lease" (usually valid for a set duration, often up to a year for servers), and if the key is valid, the service grants the lease.
This is the foundation of the "Subscription" model. You aren't just buying software; you are subscribing to the service, and the license key is your unique identifier for that subscription.
7. Example Workflow (New Install)
# 1. Install Tableau Server
# 2. Initialize TSM
tsm initialize --start-server