Documentation
Getting Started
Get up and running with TigerAccess in under 5 minutes. This guide walks you through installation, configuration, and your first connection.
Estimated time: 5 minutes
1
Install TigerAccess
Download and install TigerAccess with a single command.
$ curl -sSL https://get.tigeraccess.io | sh2
Configure Your Cluster
Initialize and configure your TigerAccess cluster.
$ tigeraccess configure --cluster-name=production3
Add Your First User
Create a user and assign them a role.
$ tac users add alice@example.com --roles=developer4
Connect to a Resource
Access your first server through TigerAccess.
$ tac ssh root@server.example.comYou are all set!
Congratulations! You have successfully set up TigerAccess. Explore the documentation to learn more about advanced features.