github.com/artpar/rclone@v1.67.3/docs/content/commands/rclone_config.md (about) 1 --- 2 title: "rclone config" 3 description: "Enter an interactive configuration session." 4 slug: rclone_config 5 url: /commands/rclone_config/ 6 versionIntroduced: v1.39 7 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/config/ and as part of making a release run "make commanddocs" 8 --- 9 # rclone config 10 11 Enter an interactive configuration session. 12 13 ## Synopsis 14 15 Enter an interactive configuration session where you can setup new 16 remotes and manage existing ones. You may also set or remove a 17 password to protect your configuration. 18 19 20 ``` 21 rclone config [flags] 22 ``` 23 24 ## Options 25 26 ``` 27 -h, --help help for config 28 ``` 29 30 31 See the [global flags page](/flags/) for global options not listed here. 32 33 # SEE ALSO 34 35 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 36 * [rclone config create](/commands/rclone_config_create/) - Create a new remote with name, type and options. 37 * [rclone config delete](/commands/rclone_config_delete/) - Delete an existing remote. 38 * [rclone config disconnect](/commands/rclone_config_disconnect/) - Disconnects user from remote 39 * [rclone config dump](/commands/rclone_config_dump/) - Dump the config file as JSON. 40 * [rclone config edit](/commands/rclone_config_edit/) - Enter an interactive configuration session. 41 * [rclone config file](/commands/rclone_config_file/) - Show path of configuration file in use. 42 * [rclone config password](/commands/rclone_config_password/) - Update password in an existing remote. 43 * [rclone config paths](/commands/rclone_config_paths/) - Show paths used for configuration, cache, temp etc. 44 * [rclone config providers](/commands/rclone_config_providers/) - List in JSON format all the providers and options. 45 * [rclone config reconnect](/commands/rclone_config_reconnect/) - Re-authenticates user with remote. 46 * [rclone config redacted](/commands/rclone_config_redacted/) - Print redacted (decrypted) config file, or the redacted config for a single remote. 47 * [rclone config show](/commands/rclone_config_show/) - Print (decrypted) config file, or the config for a single remote. 48 * [rclone config touch](/commands/rclone_config_touch/) - Ensure configuration file exists. 49 * [rclone config update](/commands/rclone_config_update/) - Update options in an existing remote. 50 * [rclone config userinfo](/commands/rclone_config_userinfo/) - Prints info about logged in user of remote. 51