> For the complete documentation index, see [llms.txt](https://doc.flow.swiss/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.flow.swiss/products/mac-bare-metal/devices.md).

# Devices

Mac Bare Metal devices are genuine, dedicated Apple Mac devices that are delivered with the latest stable macOS version. They can be provisioned on-demand in a few steps.

## Quickstart

1. Start by clicking the **Wizard** button in the [Control Panel](https://my.flow.swiss). Click **Create Device** in the Mac Bare Metal ta&#x62;**.**<br>
2. Name your device.<br>
3. Choose the configuration (flavor) for your device that determines its Apple Mac platform (Intel or Apple Silicon), Processor cores, Memory, Storage, and price.<br>
4. Confirm the network topology. By default, each device is assigned an [Elastic IP](#user-content-fn-1)[^1] address and is reachable via the Internet. If you wish for the device to be reachable only internally, uncheck the **IPv4** checkbox.<br>
5. Specify a password for the default user who has root privileges. The default user is named "Flow". Click **Finish**. Deploying a device takes a few seconds.<br>
6. Once the device is created, follow the detailed guides on how to connect to the device via [Remote Desktop](/products/mac-bare-metal/how-to/connect-via-remote-desktop.md) or [SSH](/products/mac-bare-metal/how-to/connect-via-ssh.md).

## Important to know

* Billing of Mac devices also takes place when the **device is turned off**. A device in a stopped state continues to reserve the dedicated Mac device, and therefore charges incur until you delete it.<br>
* For security reasons, only two TCP ports are open from the outside. These are ports 5900 (VNC) and 22 (SSH). The port settings can be restricted or extended in the Control Panel via Mac Bare Metal > Networking > Security Groups > Default.

[^1]: Publicly-accessible static IP address


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.flow.swiss/products/mac-bare-metal/devices.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
