HomeDocumentationAPI Reference
Log In
These docs are for v17. Click to read the latest docs for v33.

Reset PrivX settings

To reset some or all PrivX settings to default values:

  1. Back up PrivX settings as JSON by running the following on one of your PrivX servers:

    i. Export settings as a JSON:

    # /opt/privx/etc/bin/settings-tool -command=export -out <filename.json>
    

    ii. If you later need to revert to previous settings:

    # /opt/privx/etc/bin/settings-tool -command=import -in <filename.json>
    
  2. Use the settings-tool on one of your PrivX servers to reset PrivX settings:

    • To reset all the settings:

      # /opt/privx/etc/bin/settings-tool -command=reset
      
    • To reset the settings in a specific scope:

      # /opt/privx/etc/bin/settings-tool -command=reset -scope=<scope>
      
    • To reset the settings in a specific section in a scope

      # /opt/privx/etc/bin/settings-tool -command=reset -scope=<scope> -section=<section>
      

      For more information about the available scopes and sections, see PrivX Settings.

  3. On all of your PrivX servers, restart PrivX to apply the changes:

    # systemctl restart privx