1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00
Alberto Ricart 79c785f473 wip
2019-05-16 17:50:26 -05:00

42 lines
1.0 KiB
Markdown

## NATS Account Configuration
NATS account configurations are built using the `nsc` tool. The NSC tool allows you to:
- Create and Edit Operators, Accounts, Users
- Manage subscribe and publish permissions for Users
- Add and delete Exports and Imports
- Generate Activations
- Generate User credential files
- Describe Operators, Accounts, Users, and Activations
## Installation
Installing `nsc` is easy:
```text
curl -L https://raw.githubusercontent.com/nats-io/nsc/master/install.py | python
```
The script will download the latest version of `nsc` and install it into your system.
## Tutorials
You can find various task-oriented tutorials to working with the tool here:
- [Basic Usage](nsc.md)
- [Configuring Streams](streams.md)
- [Configuring Services](services.md)
- [Signing Keys](signing_keys.md)
## Tool Documentation
For more specific browsing of the tool syntax, check out the `nsc` tool documentation.
It can be found within the tool itself:
```text
> nsc help
```
Or an online version [here](https://nats-io.github.io/nsc)