

# open-servers
<a name="open-server"></a>

Opens one or more Amazon DCV servers. Before you can create sessions on a Amazon DCV server, you must change the server's state to open. After the Amazon DCV server is open, you can create Amazon DCV sessions on the server.

**Topics**
+ [Synopsis](#synopsis)
+ [Options](#options)
+ [Example](#example)

## Synopsis
<a name="synopsis"></a>

```
open-servers
--server-ids {{<value>}}
```

## Options
<a name="options"></a>

**`--server-ids`**  
The comma-separated list of IDs of the Amazon DCV servers to open.  
Type: String  
Required: Yes

## Example
<a name="example"></a>

```
./dcvsm open-servers --server-ids "server123,server456"
```