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 | sh
2

Configure Your Cluster

Initialize and configure your TigerAccess cluster.

$ tigeraccess configure --cluster-name=production
3

Add Your First User

Create a user and assign them a role.

$ tac users add alice@example.com --roles=developer
4

Connect to a Resource

Access your first server through TigerAccess.

$ tac ssh root@server.example.com

You are all set!

Congratulations! You have successfully set up TigerAccess. Explore the documentation to learn more about advanced features.

Next Steps

SSH Access Guide

Coming Soon

Database Access

Coming Soon

User Management

Coming Soon

API Reference

Coming Soon