# Initial Power Up

{% hint style="warning" %}
Make sure you have completed all [Installation](/avionics/airlink/installation.md) steps and connected antennas before proceeding with the power up.
{% endhint %}

### 1. Power up the AIRLink

You will see that various LEDs will turn on and some of them will start blinking. This means that the AIRLink is live and booting up. In particular, make sure that the PWR green LED is solid. This means that the AIRLink is powered up and running properly.

![PWR green LED is solid meaning that the unit is powered up properly](/files/-MYw17HXPdsrYG5LzYH3)

### 2. Connect to AIRLink WiFi

Check available WiFi networks on your computer or tablet and connect to AIRLink network to set up the initial WiFi connection of the AIRLink. Find **AirLinkConfig\_XXXXX** network and connect to i&#x74;**:**

![](/files/-Mdlba7nNasavKDkzciK)

{% hint style="info" %}
The name of the network is unique for each AIRLink and starts with **AirLinkConfig\_** and ends with a collection of unrelated symbols.
{% endhint %}

Default password: **airlink1**

![](/files/-MdlbzMbH7vSabLSXISq)

### 3. Open web browser

Once you're connected to the AIRLink network, open the web browser and proceed with the initial configuration. Click the following link to open [AIRLink Configuration Page](http://airlink.local/).

{% hint style="info" %}
In case the link above doesn't work - then go to [airlink.local/](http://airlink.local/). In case [airlink.local/](http://airlink.local/) doesn't work either - then go to [10.42.0.1](http://10.42.0.1/). In some cases you might need to manually type this into browser address network. This is browser-dependent, we recommend to use Google Chrome or Safari. &#x20;
{% endhint %}

You will see the following welcome page:

![SmartAP AIRLink Dashboard](/files/-Mdleho8FMaeQVKgEF-2)

This page displays the generic information about the system including its status, system ID and current software version. You can see the current WiFi network status by clicking **WiFi Settings:**

![](/files/-Mdley3NtLc0Tl7mXXV5)

By default, AIRLink is configured as the access point. If you would like to connect AIRLink to your home or office WiFi network then click the **Connect to another WiFi network** button.&#x20;

### 4. Connect to WiFi

You will see the discovered WiFi networks list:

![](/files/-MdlfANigeagB-_qzy3w)

Select the network you would like to connect to and click on its name. You will be asked to enter the WiFi network password:

![](/files/-MdlfI0OLd7wfFUNkj87)

After you have typed the password please click **Connect**.

{% hint style="info" %}
After pressing the button, AIRLink will attempt to connect. This may take a few minutes. AirLinkConfig network will be disabled and most likely your computer will connect to the other known network. However, if you entered the wrong password or the access point rejects the connection for other reasons, turn on the AirLinkConfig access point again. Your computer is unlikely to automatically connect to it and you may have to do this manually.

After pressing the button, the device will be expected to appear at the address [airlink.local/](http://airlink.local/), if it is supported by your router / computer, and will automatically redirect there.
{% endhint %}

Connect your computer to the same WiFi network which you have just connected the AIRLink to and go to [airlink.local/](http://airlink.local/). If you are able to see the main dashboard - you have successfully connected AIRLink to WiFi network:

![](/files/-MdljVmV48_ribC_5FVq)

{% hint style="info" %}
If you have troubles accessing AIRLink dashboard - please view [this guide](/avionics/airlink/troubleshooting.md#unable-to-access-airlink-local).
{% endhint %}

{% hint style="success" %}
**CONGRATULATIONS! Now your AIRLink is connected to Internet.**
{% endhint %}

### 5. Claim AIRLink ownership

By default, your AIRLink is owned by the manufacturer (Sky-Drones) or other licensed manufacturer. You can claim ownership of the AIRLink and assign it to your account.&#x20;

{% hint style="info" %}
AIRLink ownership is required to use Sky-Drones Cloud services. Therefore, we highly recommend to claim your AIRLink ownership at this step.  Make sure you have the following:

* Sky-Drones Cloud account. If not - create [here](https://cloud.sky-drones.com).
* AIRLink is connected to WiFi and has internet access.
  {% endhint %}

Go to the AIRLink dashboard at [airlink.local/](http://airlink.local/) and scroll down until you see **Ownership Transfer** section, click **Claim Ownership:**

![](/files/-MdmITuRAoLpkMz7u-dM)

Enter your Sky-Drones Cloud email and password to authenticate. Click Authenticate:

![](/files/-MdmIbv49MsJwCe0foll)

If the authentication was successful you will see the following message confirming that your identity was successfully verified.&#x20;

![](/files/-MdmIldjho1-ojhbDlHZ)

{% hint style="info" %}
If you have any troubles at this step - make sure you have your [Sky-Drones Cloud](https://cloud.sky-drones.com) and your email and password are correct.
{% endhint %}

Click **Claim Ownership of this AIRLink.** If successful – you should see the following confirmation message:

![](/files/-MdmIttmZvCXSdzALi9f)

You can click the button to return to the main dashboard.&#x20;

{% hint style="success" %}
**CONGRATULATIONS!** Your AIRLink has been successfully set up and now you can proceed to its configuration for your vehicle. We recommend to use SmartAP GCS for the initial vehicle configuration setup. Later you can use Sky-Drones Cloud web services for real time flight monitoring and control. Your AIRLink is already available in your **Sky-Drones Cloud** account.
{% endhint %}


---

# 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.sky-drones.com/avionics/airlink/initial-power-up.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.
