.nh
.TH "LXD - Command line client" "1" "Mar 2025" "Auto generated by spf13/cobra" ""

.SH NAME
.PP
lxc-remote-add - Add new remote servers


.SH SYNOPSIS
.PP
\fBlxc remote add []  [flags]\fP


.SH DESCRIPTION
.PP
Description:
  Add new remote servers

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

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


.SH OPTIONS
.PP
\fB--accept-certificate\fP[=false]
	Accept certificate

.PP
\fB--auth-type\fP=""
	Server authentication type (tls or candid)``

.PP
\fB--domain\fP=""
	Candid domain to use``

.PP
\fB--password\fP=""
	Remote admin password``

.PP
\fB--project\fP=""
	Project to use for the remote``

.PP
\fB--protocol\fP=""
	Server protocol (lxd or simplestreams)``

.PP
\fB--public\fP[=false]
	Public image server


.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB--debug\fP[=false]
	Show all debug messages

.PP
\fB--force-local\fP[=false]
	Force using the local unix socket

.PP
\fB-h\fP, \fB--help\fP[=false]
	Print help

.PP
\fB-q\fP, \fB--quiet\fP[=false]
	Don't show progress information

.PP
\fB--sub-commands\fP[=false]
	Use with help or --help to view sub-commands

.PP
\fB-v\fP, \fB--verbose\fP[=false]
	Show all information messages

.PP
\fB--version\fP[=false]
	Print version number


.SH SEE ALSO
.PP
\fBlxc-remote(1)\fP


.SH HISTORY
.PP
28-Mar-2025 Auto generated by spf13/cobra