(incus_remote.md)=
# `incus remote`

Manage the list of remote servers

## Synopsis
```{line-block}

Description:
  Manage the list of remote servers



```
```
incus 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

* [incus](incus.md)	 - Command line client for Incus
* [incus remote add](incus_remote_add.md)	 - Add new remote servers
* [incus remote generate-certificate](incus_remote_generate-certificate.md)	 - Generate the client certificate
* [incus remote get-default](incus_remote_get-default.md)	 - Show the default remote
* [incus remote list](incus_remote_list.md)	 - List the available remotes
* [incus remote proxy](incus_remote_proxy.md)	 - Run a local API proxy
* [incus remote remove](incus_remote_remove.md)	 - Remove remotes
* [incus remote rename](incus_remote_rename.md)	 - Rename remotes
* [incus remote set-url](incus_remote_set-url.md)	 - Set the URL for the remote
* [incus remote switch](incus_remote_switch.md)	 - Switch the default remote

```{toctree}
:titlesonly:
:glob:
:hidden:

remote/*
```
