# User Login and Profile Set-up

To start, make sure that the DEKI SAFE is connected to your local network via Ethernet cable. If your DEKI SAFE box hasn't been installed yet, see -> [How to install DEKI SAFE](/deki-safe/installation-manual/hardware-installation.md).

DEKI platform is accessible on a Local web browser based environment - no installation necessary. To access Interface, open the url: <http://deki.local> on your PC/MAC connected to your local network or use the URL provided on a small sticker on the box (**DEKI Access Information**).

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

* Enter default **username: admin** and **password: changeMe** (might be different on the DEKI Access Information sticker in the box, if yes please use those credentials).
* Click on **Sign in**.

{% hint style="info" %}

* Even though the Interface is sized and optimized for PC - MAC use, it can run on both Tablets and Mobile devices connected to your local network.
* Supported browsers are the latest versions of Google Chrome, Mozilla Firefox, Safari and Microsoft Edge. Stability of the software on unsupported browsers can not be guaranteed.
  {% endhint %}

### User Profile and System Settings

Once you are logged in for the first time click on the **Admin -> Profile**, which is located on the left part of the screen in the navigation bar, to set up your profile. We highly recommend changing your password at this point.

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

* Under **PROFILE** - you can change your username and password.
* Under **TIME AND DATE** - you can pick your local date & time zone.

{% hint style="info" %}

* The length of the password cannot be less than 6 characters
* For your privacy, we strongly recommend changing the password to something of your own choosing (using a minimum of 8 characters, including upper case letters, lower case letters, numbers, and special characters) in order to increase the security of your product.
* Proper configuration of all passwords and other security settings is the responsibility of the installer and/or end-user.&#x20;

**NOTICE!** If you lose/forget your password - you can lose all data stored on the device. To restore your password - contact our Support Service under <mark style="color:blue;"><support@deki.ai></mark> or through the dedicated chat portal in the interface, if you are connected to the internet.
{% endhint %}

After that to access System Settings click on the **Admin -> System Settings**, which is located on the left part of the screen in the navigation bar, to set up your profile.

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

* Under **NETWORK CONFIGURATION**, You can either use the default AUTO configuration, which sets the device to DHCP, or manually configure a static IP address.
* Under **DATE AND TIME CONFIGURATION** you can set, sync, and manage the system time, timezone, and network time synchronization using an NTP server..
* Under **OPERATING CALENDAR**, you can choose the appropriate calendar for your location, to have access to the work days and holidays in your region when creating rules.
* Under **DEVICE NAME** you can choose a name for the device, which will be shown as an identification in your message templates, or custom API.
* Under **AUTO-DELETE EVENTS** - you can set up a time duration, after which all previously detected events will be automatically deleted (if you do not want to automatically delete events, leave this field empty or click on the red button DELETE ALL NOW to delete all snapshots of events immediately).
* Under **RESTART SOFTWARE OR DEVICE**, you have the option to manually restart the software service or reboot the device. If you encounter issues or detection pipeline problems, it's recommended to reboot the device.

#### Whats next ?&#x20;

After you have successfully signed in into the interface and configured your profile settings, it is time to return and take a look at the home page ->[ Home Page](/deki-safe/user-manual/home-page.md)


---

# 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.deki.ai/deki-safe/user-manual/user-login-and-profile-set-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.
