This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong.
xxxxxxxxxx
{{indexmenu_n>5}}
======VASE-CLI — Command Line Interface for Managing the SSG Platform======
=====Purpose=====
VASE-CLI is a command shell for managing VAS Experts products and associated third-party products.\\
The shell consists of the modules main, fdpi, bird, kea, frad. More details can be found in the section [[en:dpi:dpi_components:utilities:vase_cli#modules|Modules]].
=====Installation and Update=====
Method 1. Run the script:
<code bash>source <(curl https://vasexperts.ru/install/vase-cli-rpm_install.sh)</code>
Method 2. Add the VASE repositories and execute:
<code bash>yum install vase-cli</code>
Updates are performed in the same ways as installation.
=====Settings=====
====User and Group Management====
To create and manage users, VASE-CLI must be run under the root user using the command ''vase-cli''.
By default, the following user groups are created:
* ''vase-cli-w'' — group with write permissions (users can edit files).
* ''vase-cli-r'' — group with read-only permissions (users can only view files in the system).
* ''tacacs0''..''tacacs15'' — groups with write permissions for connecting authorization and accounting in TACACS+. **These groups are used if TACACS+ is enabled — [[en:dpi:dpi_components:utilities:vase_cli#tacacs_configuration|more details]].**
===Creating a User with Write Permissions===
<code bash>
adduser <username>
usermod -aG vase-cli-w <username>