github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/docs/content/commands/rclone_config.md (about) 1 --- 2 date: 2019-06-20T16:09:42+01:00 3 title: "rclone config" 4 slug: rclone_config 5 url: /commands/rclone_config/ 6 --- 7 ## rclone config 8 9 Enter an interactive configuration session. 10 11 ### Synopsis 12 13 Enter an interactive configuration session where you can setup new 14 remotes and manage existing ones. You may also set or remove a 15 password to protect your configuration. 16 17 18 ``` 19 rclone config [flags] 20 ``` 21 22 ### Options 23 24 ``` 25 -h, --help help for config 26 ``` 27 28 See the [global flags page](/flags/) for global options not listed here. 29 30 ### SEE ALSO 31 32 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 33 * [rclone config create](/commands/rclone_config_create/) - Create a new remote with name, type and options. 34 * [rclone config delete](/commands/rclone_config_delete/) - Delete an existing remote <name>. 35 * [rclone config dump](/commands/rclone_config_dump/) - Dump the config file as JSON. 36 * [rclone config edit](/commands/rclone_config_edit/) - Enter an interactive configuration session. 37 * [rclone config file](/commands/rclone_config_file/) - Show path of configuration file in use. 38 * [rclone config password](/commands/rclone_config_password/) - Update password in an existing remote. 39 * [rclone config providers](/commands/rclone_config_providers/) - List in JSON format all the providers and options. 40 * [rclone config show](/commands/rclone_config_show/) - Print (decrypted) config file, or the config for a single remote. 41 * [rclone config update](/commands/rclone_config_update/) - Update options in an existing remote. 42