github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/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 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/config/ and as part of making a release run "make commanddocs" 7 --- 8 # rclone config 9 10 Enter an interactive configuration session. 11 12 ## Synopsis 13 14 Enter an interactive configuration session where you can setup new 15 remotes and manage existing ones. You may also set or remove a 16 password to protect your configuration. 17 18 19 ``` 20 rclone config [flags] 21 ``` 22 23 ## Options 24 25 ``` 26 -h, --help help for config 27 ``` 28 29 See the [global flags page](/flags/) for global options not listed here. 30 31 ## SEE ALSO 32 33 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 34 * [rclone config create](/commands/rclone_config_create/) - Create a new remote with name, type and options. 35 * [rclone config delete](/commands/rclone_config_delete/) - Delete an existing remote `name`. 36 * [rclone config disconnect](/commands/rclone_config_disconnect/) - Disconnects user from remote 37 * [rclone config dump](/commands/rclone_config_dump/) - Dump the config file as JSON. 38 * [rclone config edit](/commands/rclone_config_edit/) - Enter an interactive configuration session. 39 * [rclone config file](/commands/rclone_config_file/) - Show path of configuration file in use. 40 * [rclone config password](/commands/rclone_config_password/) - Update password in an existing remote. 41 * [rclone config providers](/commands/rclone_config_providers/) - List in JSON format all the providers and options. 42 * [rclone config reconnect](/commands/rclone_config_reconnect/) - Re-authenticates user with remote. 43 * [rclone config show](/commands/rclone_config_show/) - Print (decrypted) config file, or the config for a single remote. 44 * [rclone config update](/commands/rclone_config_update/) - Update options in an existing remote. 45 * [rclone config userinfo](/commands/rclone_config_userinfo/) - Prints info about logged in user of remote. 46