mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
26 lines
605 B
Plaintext
26 lines
605 B
Plaintext
---
|
|
description: "Learn about Infisical's Admin Consoles"
|
|
---
|
|
|
|
Infisical offers a server and organization level console for admins to customize their settings and manage various resources across the platform.
|
|
|
|
<CardGroup cols={2}>
|
|
<Card
|
|
title="Server Admin Console"
|
|
href="./server-admin"
|
|
icon="user-tie"
|
|
color="#000000"
|
|
>
|
|
Configure and manage server related features.
|
|
</Card>
|
|
|
|
<Card
|
|
title="Organization Admin Console"
|
|
href="./org-admin-console"
|
|
icon="sitemap"
|
|
color="#000000"
|
|
>
|
|
View and access resources across your organization.
|
|
</Card>
|
|
</CardGroup>
|