Data Directory

JFrog Installation & Setup Documentation

Content Type
Installation & Setup
ft:sourceType
Paligo

The data directory (mutable) contains all customizable configurations, data generated by the application, and logs.

The environment variable is JFROG_HOME/<product>/var. For example, JFROG_HOME/xray/var.

Linux/Windows Archive

RPM/Debian

Docker Container

Docker Host

<extracted directory>/<product>/var

/opt/jfrog/<product>/var

Note

The folder path is a symbolic link

/opt/jfrog/<product>/var

ROOT_DATA_DIR/var

Default value : ~/.jfrog/<product>/var

You can customize the data folder using the following options in RPM/Debian installation.

  • Manual Option: Create a symbolic link from your custom folders to the default folders. For example, $JFROG_HOME/artifactory/var → /mnt/artifactory/var .

  • Environment Variable Option: Set the JF_PRODUCT_VAR environment variable to point to a custom location in your system's environment variables files. For more information, refer to Ubuntu System environment variables.