# Sign in & Sign out

{% hint style="info" %}
**Good to know:** Sign in/out in Linux, you can refer the related section to introduce Virbox Protector CLI tool in Linux System
{% endhint %}

## Windows system in VIrbox Protector GUI tools

### Sign in:

Execute Virbox Protector GUI tool in your windows system

Use your email and the temporary password (you need to update this temp password later) received to sign in and start the trial

![](/files/cor5n39MLgXalO4utHOU)

### Sign out

![](/files/BbZIAkeu9HolvfDoptbt)

## Windows system in VIrbox Protector CLI tools

### Could license

{% hint style="info" %}
For most of case to use Cloud license is for trial license and trial user
{% endhint %}

```
virboxprotector_con.exe -global --username=<> --password=<>
```

### Use Soft license to bind with your machine

```
virboxprotector_con.exe -bind
```

<figure><img src="/files/zDXYiljH1RL2ReVveZUP" alt=""><figcaption></figcaption></figure>

## Linux System

### sign in&#x20;

`ssclt -c all -u <your account>`

### Sign out

`ssclt -o <your account>`


---

# Agent Instructions: 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:

```
GET https://documentation.virbox.com/download/sign-in-and-sign-out.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
