github.com/xhghs/rclone@v1.51.1-0.20200430155106-e186a28cced8/docs/content/commands/rclone_config.md (about) 1 --- 2 date: 2020-02-01T10:26:53Z 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 disconnect](/commands/rclone_config_disconnect/) - Disconnects user from remote 36 * [rclone config dump](/commands/rclone_config_dump/) - Dump the config file as JSON. 37 * [rclone config edit](/commands/rclone_config_edit/) - Enter an interactive configuration session. 38 * [rclone config file](/commands/rclone_config_file/) - Show path of configuration file in use. 39 * [rclone config password](/commands/rclone_config_password/) - Update password in an existing remote. 40 * [rclone config providers](/commands/rclone_config_providers/) - List in JSON format all the providers and options. 41 * [rclone config reconnect](/commands/rclone_config_reconnect/) - Re-authenticates user with remote. 42 * [rclone config show](/commands/rclone_config_show/) - Print (decrypted) config file, or the config for a single remote. 43 * [rclone config update](/commands/rclone_config_update/) - Update options in an existing remote. 44 * [rclone config userinfo](/commands/rclone_config_userinfo/) - Prints info about logged in user of remote. 45