# First steps

Once installed, the system should boot up and, after a few seconds, display the terminal to log in. The first step should be to know the IP address that the system has assigned to be able to connect to the server from outside. To do this, type the following command in the terminal:

```file
ifconfig

```

<p class="callout success">You can also use the command `ip address show` .</p>

[![f_step_2.png](https://pandorafms.com/guides/public/uploads/images/gallery/2023-08/scaled-1680-/f-step-2.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2023-08/f-step-2.png)

In the case of this screenshot, the IP address of the system is `192.168.70.158`.

Once you know the IP address of the Pandora FMS system, you can access it from outside the virtual machine, which is always the most convenient. It can be done via SSH or via HTTP. Use the root password (superuser) that you established in the installation configuration (**DBROOTPASS**).

Open a web browser (Google Chrome® and Mozilla Firefox® are recommended) and type the following address in the address bar, consisting of the IP address (`x.x.x.x`) you obtained from the server:

```file
http://x.x.x.x/pandora_console

```

In the above example it would be

```file
http://192.168.70.158/pandora_console

```

If everything is correct, you will access to the Pandora FMS Console welcome screen, similar to this one:

[![](https://dokuwiki.pandorafms.com/manual/!development/_media/wiki/wiki/pandora_login.png)](https://dokuwiki.pandorafms.com/manual/!development/_detail/wiki/wiki/pandora_login.png?id=es%3Aquickguides%3Ageneral_quick_guide_cloud "wiki:wiki:pandora_login.png")[![pandora_login.png](https://pandorafms.com/guides/public/uploads/images/gallery/2023-08/scaled-1680-/pandora-login.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2023-08/pandora-login.png)

<p class="callout info">Use the default credentials: user `admin` and password `pandora`/`Pandor4!` .</p>

Once you have reached this point, you have a complete Pandora FMS installation ready to start using it.