Back to All Commands
Most Viewed
Favorites
Recently Viewed
ping-access Commands
Server Management
pa-admin
PingAccess administrative command-line tool for server management.
./pa-admin
Examples:
Connect to PingAccess server./pa-admin --host localhost --port 3000 --username administrator --password password
pa-start
Start the PingAccess server.
./pa-start
Examples:
Start server./pa-start
pa-stop
Stop the PingAccess server gracefully.
./pa-stop
Examples:
Stop server./pa-stop
pa-restart
Restart the PingAccess server.
./pa-restart
Examples:
Restart server./pa-restart
Configuration
pa-config
Configure PingAccess server settings and properties.
./pa-config
Examples:
Set server property./pa-config set-server-property --property-name cluster.name --property-value my-cluster
pa-export-config
Export PingAccess configuration to a file.
./pa-export-config
Examples:
Export configuration./pa-export-config --output-file config-export.json
pa-import-config
Import PingAccess configuration from a file.
./pa-import-config
Examples:
Import configuration./pa-import-config --input-file config-export.json
Monitoring
pa-status
Check the status of PingAccess server.
./pa-status
Examples:
Check server status./pa-status
pa-log
View and manage PingAccess log files.
./pa-log
Examples:
View recent logs./pa-log --tail --lines 100
Backup/restore
pa-backup
Create a backup of PingAccess configuration and data.
./pa-backup
Examples:
Create backup./pa-backup --output-dir /backups/pingaccess
pa-restore
Restore PingAccess from a backup.
./pa-restore
Examples:
Restore from backup./pa-restore --backup-dir /backups/pingaccess/20230101
Ssl/tls
pa-ssl
Manage SSL certificates and keystores for PingAccess.
./pa-ssl
Examples:
Import certificate./pa-ssl import-cert --keystore server.keystore --alias server --cert-file server.crt