> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-linux-client-guide/v19/parallels-client-command-line-interface/general-options.md).

# General Options

-m: operating mode

2G for Parallels RAS gateway access client(default)

2D for Parallels RAS direct access client

AL for Parallels RAS application list

MS for Microsoft Terminal Server client

MF for Microsoft Terminal Server fullscreen client

MX for Microsoft Terminal Server fullscreen client, that spans over all monitors

-s: server\[:port] (default port is 80 for 2G and 2D modes and 3389 for MS and MF modes)

-s: ssl://server\[:port] secure access client (TLS/SSL)

-b: altserver\[:port] (default port is 80 for 2G and 2D modes and 3389 for MS and MF modes)

-u: user name. It can include domain: -u <user@host.domain> or -u user\@ntdomain

-p: password.

-d: domain.

-a: application to start.

-f: working folder.

-i: 2xa shortcut file.

2xa shortcut files available through Parallels RAS web interface, and include published application settings.

-o: full path to application listing output file

-x: proxy, can be:

socks4://\[username@]proxy\[:port]

socks4a://\[username@]proxy\[:port]

socks5://\[username\[:password]@]proxy\[:port]

http\://\[username\[:password]@]proxy\[:port]


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.parallels.com/landing/ras-linux-client-guide/v19/parallels-client-command-line-interface/general-options.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
