> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dwe.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get on to the dweOS Home Page

> This guide is to help you get to the home page of dweOS.

### Install dweOS

<Card title="Install dweOS via Command-Line" icon="terminal" href="/dwe-os/installation/cmd-line">
  If you haven't install dweOS, install it on your existing Linux system or Raspberry Pi.
</Card>

Once you have finished installing **dweOS** via the command line, you can access the graphical interface through any modern web browser.

Depending on where dweOS is running relative to your current device, use one of the two methods below.

## Connection Methods

### 1. Local Access

If you are sitting at the same machine where dweOS was installed, you can reach the home page using the local loopback address.

* **URL:** `http://localhost`
* **Port:** 80 (Default)

<Tip>
  Since dweOS runs on the standard HTTP port (80), you don't need to type the port number into your browser. Just `http://localhost` will work!
</Tip>

***

### 2. Remote Access (Network)

If dweOS is installed on a separate device (like a server, Raspberry Pi, or a dedicated workstation) on your local network, you will need that device's IP address.

1. **Find the IP address** of the host machine (e.g., run `hostname -I` or `ifconfig` on Linux).
2. **Enter the IP** into your browser's address bar.

| Setup Type      | Address Format                       |
| :-------------- | :----------------------------------- |
| **Standard IP** | `http://192.168.1.XX`                |
| **Hostname**    | `http://dweos.local` (if configured) |

## Success

Once you reach the home page of dweOS, you can move on to streaming video from your cameras!

<Frame caption="The main camera streaming page for dweOS">
  <img src="https://mintcdn.com/deepwaterexplorationinc/NrWVR9Qe6FWmBE6d/dwe-os/pages/images/dwe-os-2-demo-page.png?fit=max&auto=format&n=NrWVR9Qe6FWmBE6d&q=85&s=fcaba3b6e5ac8c6cd0030f5a8cb897cf" alt="cameras page" width="3840" height="2030" data-path="dwe-os/pages/images/dwe-os-2-demo-page.png" />
</Frame>

***

## Troubleshooting

### Ask an assistant

<Prompt description="Copy paste this prompt to provide context to your preferred AI assistant.">
  I am having trouble accessing the dweOS Home Page. I need you to act as a technical support engineer specialized in dweOS.

  Your Source Material: > Please use the official documentation at [https://docs.dwe.ai/dwe-os/guides/quickstart.md](https://docs.dwe.ai/dwe-os/guides/quickstart.md) to guide your troubleshooting.

  Your Instructions:

  * Do not provide a generic list of fixes yet.

  * Instead, start by asking me the necessary diagnostic questions (one or two at a time) to understand my specific setup (e.g., Installation method, Local vs. Remote access, and specific error messages).

  * Once you have my details, cross-reference them with the Troubleshooting Connectivity section of the documentation.

  * Guide me step-by-step through checking my service status, firewall settings, and port conflicts until the page loads.

  Please start by introducing yourself as the dweOS Support Assistant and ask me the first set of questions you need to help me.
</Prompt>

<Columns cols={3}>
  <Card title="Google Gemini" icon="https://upload.wikimedia.org/wikipedia/commons/1/1d/Google_Gemini_icon_2025.svg" href="https://gemini.google.com">
    Chat with Google Gemini.
  </Card>

  <Card title="Claude" icon="https://upload.wikimedia.org/wikipedia/commons/b/b0/Claude_AI_symbol.svg" href="https://claude.ai">
    Chat with Claude.
  </Card>

  <Card title="ChatGPT" icon="openai" href="https://chat.openai.com">
    Chat with ChatGPT.
  </Card>
</Columns>

### Frequently missed

If the page fails to load, please check the following:

<AccordionGroup>
  <Accordion title="Check Service Status">
    Ensure the dweOS process is actually running in your terminal. Look for a "Server started" or "Listening on port 80" message in your logs.
  </Accordion>

  <Accordion title="Firewall Settings">
    If accessing remotely, ensure your system's firewall allows incoming traffic on **Port 80**.
  </Accordion>

  <Accordion title="Port Conflicts">
    Make sure no other web server (like Apache or Nginx) is already using Port 80 on that device.
  </Accordion>
</AccordionGroup>
