(incus_remote_add.md)=
# `incus remote add`

Add new remote servers

## Synopsis
```{line-block}

[96;1;4mDescription:[0;22;24m
  Add new remote servers

  URL for remote resources must be HTTPS (https://).

  Basic authentication can be used when combined with the "simplestreams" protocol:
    incus remote add some-name https://LOGIN:PASSWORD@example.com/some/path --protocol=simplestreams




```
```
incus remote add [2m[[22m[32m<new remote name>[0m[2m][22m [2m([22m[32m<IP>[0m[2m|[22m[32m<FQDN>[0m[2m|[22m[32m<URL>[0m[2m|[22m[32m<token>[0m[2m)[22m [flags]
```

## Options

```
      --accept-certificate   Accept certificate
      --auth-type            Server authentication type (tls or oidc)
      --credentials-helper   Binary helper for retrieving credentials
      --keepalive            Maintain remote connection for faster commands
      --project              Project to use for the remote
      --protocol             Server protocol (incus, oci or simplestreams)
      --public               Public image server
      --token                Remote trust token
```

## Options inherited from parent commands

```
      --debug          Show all debug messages
      --explain        If the command is valid, explain its parsed arguments instead of running it
      --force-local    Force using the local unix socket
  -h, --help           Print help
  -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 remote](incus_remote.md)	 - Manage the list of remote servers

