(lxc_remote.md)= # `lxc remote` Manage the list of remote servers ## Synopsis Description: Manage the list of remote servers ``` lxc remote [flags] ``` ## Options inherited from parent commands ``` --debug Show all debug messages --force-local Force using the local unix socket -h, --help Print help --project Override the source project -q, --quiet Don't show progress information --sub-commands Use with help or --help to view sub-commands -v, --verbose Show all information messages --version Print version number ``` ## SEE ALSO * [lxc](lxc.md) - Command line client for LXD * [lxc remote add](lxc_remote_add.md) - Add new remote servers * [lxc remote get-default](lxc_remote_get-default.md) - Show the default remote * [lxc remote list](lxc_remote_list.md) - List the available remotes * [lxc remote remove](lxc_remote_remove.md) - Remove remotes * [lxc remote rename](lxc_remote_rename.md) - Rename remotes * [lxc remote set-url](lxc_remote_set-url.md) - Set the URL for the remote * [lxc remote switch](lxc_remote_switch.md) - Switch the default remote ```{toctree} :titlesonly: :glob: :hidden: remote/* ```