SymetryML6.1
  • Introduction
  • Guides
    • Onboarding Guide
    • Technical Requirements
    • Admin User Guide
    • Installation Guide
      • Installation Guide - GPU
      • Installation Guide - Spark
  • SymetryML GUI
    • ML Toolkit
      • The SymetryML Difference
      • Data Mining Lifecycle
      • SymetryML Concepts
      • Data Sources
      • Streams
      • Encoders
      • Projects
      • Models
    • Sequence Models
    • SymetryML Federated Learning
      • Creating the Federation
      • Load data to local project
      • Requesting Federation Information from Admin Node
      • Joining a Federation with a peer node
      • Federated Data & Modelling
      • Appendix
    • DEM Generator
  • SymetryML Rest Client
    • REST API Reference Guide
      • SymetryML REST API Security
      • SymetryML JSON API Objects
      • Encoder Object REST API
      • SymetryML Projects REST API
      • About Federated Learning
      • Hipaa Compliance and Federated Learning
      • Federated Learning API
        • Federated Learning Topologies
        • Federated Learning with Nats
        • Federated Learning with AWS
        • Fusion Projects
      • Exploration API
      • Modeling API
      • Exporting and Importing Model
      • Third Party Model Rest API
      • SymetryML Job Information
      • Prediction API
      • Data Source API
      • Project Data Source Logs
      • Stream Data Source API
      • AutoML with SymetryML
      • Transform Dataframe
      • Select Model with SymetryML
      • Auto Select with SymetryML
      • Tasks API
      • Miscellaneous API
      • WebSocket API
      • Appendix A JSON Data Structure Schema
      • Appendix B Sample Code
  • SymetryML SaaS
    • SaaS Homepage
    • SaaS Dashboard
    • SaaS Account
    • SaaS Users
    • SaaS Licence
Powered by GitBook
On this page
  • Introduction
  • Display Available Commands
  • Software Version
  • Manage User Credentials
  • Show User Credential Types
  • Change User Credentials
  • New User
  1. Guides

Admin User Guide

PreviousTechnical RequirementsNextInstallation Guide

Last updated 2 years ago

Copyright © 2022 by Symetry, Inc. 14 Pine Street, Ste 6 Morristown, NJ 07960 All Rights Reserved November 8th, 2022

Introduction

The SymetryML Admin CLI is a command-line application that allows administrators to manage service updates and user credentials. This user guide describes the common usage patterns for the SymetryML Admin CLI.

Display Available Commands

This command displays all the available commands in the SymetryML CLI,

symetry.sh help

Software Version

This command performs version checks within SymetryML. Version checks also are performed automatically when a user logs into the SymetryML Web application.

symetry.sh version

For request regarding updating your SymetryML software please contact

Manage User Credentials

Show User Credential Types

Display the current user credentials.

symetry.sh showCredentials

Change User Credentials

This command changes user credentials.

symetry.sh newkey <USER> <EXPIRY>

where USER is the name of the user whose credentials you want to change. EXPIRY is seconds until expiry.

New User

Create a new user and display the corresponding credentials.

symetry.sh addUser <USER> <EXPIRY>

where USER is the name of the new user. EXPIRY is seconds until expiry.

support@symetryml.net