# Quick Start

Vozilla GCS app allows you to manage your Micro VPS device. This page will go over the core features of the app. It will also go over connecting your computer to the Micro VPS

{% hint style="info" %}
Make sure you installed the Vozilla GCS app on your Windows/Linux laptop following [Installation](/gcs-software/vozilla-gcs/installation.md) before proceeding.
{% endhint %}

## Log In

You need to log into vozilla to be able to use the ground control station. If you already have a previous account with Theseus, use this to sign in. If not, please [Create an Account](/gcs-software/vozilla-2.0/create-an-account.md).

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

## Homepage

Once logged in, you will be taken to the homepage. This is where you will find everything you need to fly using Theseus.&#x20;

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

## Connecting to Micro VPS

Vozilla GCS app supports connectivity over Ethernet and MAVLink to the Micro VPS. You will need to **edit your computer Ethernet network interface** configuration in order to establish a connection to the Micro VPS.

By default we have the edge device configured to a static ip address of `192.168.218.100`. If you change this default address, your network interface settings will need to match the subnet of the different ip address.

If using the default ip, follow the instructions below to configure your computer to communicate with the Micro VPS over Ethernet.

{% tabs %}
{% tab title="Windows" %}
Here are the IP settings for the network interface:

* IP address: 192.168.218.10
* Subnet mask: 255.255.255.0
* Default gateway: 192.168.218.1

On your Windows computer:

* Open Windows Settings (Windows key + I)
* Click on "Network & Internet"
* Click on "Ethernet"
* Click on your network adapter
* Under "IP assignment", click "Edit"
* Select "Manual" and turn on IPv4
* Enter the IP settings shown above
* Click "Save"
  {% endtab %}

{% tab title="Linux" %}
Here are the IP settings for the network interface:

* IP address: 192.168.218.10
* Subnet mask: 255.255.255.0
* Default gateway: 192.168.218.1

Create a new Ethernet network interface with these IPv4 settings in your settings app.
{% endtab %}
{% endtabs %}

When connected. Vozilla will display status information on the product service

```
Put Gif of connection here
```

### Using another ip address for your edge device

If your system requires a specific ip address for the compute that differs from the default address of `192.168.218.100`, you can still connect to it with Vozilla.

To edit the address, enter the settings and navigate to the device settings. Input your custom ip under device URL

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

## Overview

Below is a breakdown of all the main features on the homepage

<div data-full-width="true"><figure><img src="/files/MRUjjQbueT7cncDU3inq" alt=""><figcaption></figcaption></figure></div>

{% stepper %}
{% step %}

### Vozilla Directory and Version

The on the left side of the title bar can be used to determine the version of your Vozilla application. The text also updates as you navigate throughout the app. Displaying "Home" for the homepage, "Maps" when you are setting and generating maps, "Vehicles" when setting and generating vehicle calibrations and so on.
{% endstep %}

{% step %}

### Map Controls

The top left corner of the map contains the map controls. These include, zoom controls, recentering and a lat, lon value for your cursor position on the map.
{% endstep %}

{% step %}

### Search Bars

Search bars will always be located centered along the top of your screen. The global search can be found in the title bar. This can be used to navigate to different components of the app, navigate to certain settings and search through configurations.
{% endstep %}

{% step %}

### Connection Info

The top right corner consists of 3 essential connection info. The right most component (1) is used to connect to your flight controller and set up a mavproxy output to any other receivers. To the left of it (2) is the device status information. This will indicate device status and will be green when everything is running smoothly. The left most component is the recording toggle (3), this can be used to quickly toggle on/off flight recordings.

<figure><img src="/files/sxqhx2QXVibM5og7c4DS" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### [Navigation Panel](/gcs-software/vozilla-2.0/navigation-panel.md)

On the right of the screen is a dockable panel. This panel is the main place where all navigation will happen. This panel lets you navigate to the maps, vehicles, cameras and flights subpages that allow you to configure and view their respective content.

<figure><img src="/files/IlLifCesRPngfUTidvja" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Settings

The settings Button located in the title bar next to the window controls will take you to the settings page. This page is where a majority of device, user, and account settings live.&#x20;
{% endstep %}

{% step %}

### Diagnostics Panel

The panel docked to the bottom of the screen contains all diagnostics information related to the device. This includes any MAV messages, heartbeats, parameters and a MAV console when connected to a MAV input source. In addition to this, there are system diagnostics for the Theseus system when connected.

<figure><img src="/files/WrRS8cNmeXUvMpjURRYo" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://docs.theseus.us/gcs-software/vozilla-2.0/quick-start.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.
