# Multipass

## Description

**Multipass** is a pass-through transport that allows multiple transports to run on the server at once. For example, you may want to run Tugboat for your desktop or mobile users, and Bayou for your web users. With **Multipass** a single server build can run both, joining players from both together in the same game.

For usage see the [guide](/docs/guides/features/transports/multipass.md#setup).

***

## Compatibility

<table data-full-width="false"><thead><tr><th width="149">System</th><th width="198">Supported?</th></tr></thead><tbody><tr><td>All Platforms</td><td><mark style="color:green;">Fully Supported</mark></td></tr></tbody></table>

***

## How to install

Multipass comes with FishNet by default! No extra downloads needed.\
\
Just add Multipass to your [Transport Manager](/docs/fishnet-building-blocks/components/managers/transportmanager.md) and follow the usage guide mentioned in General above.

***

## Settings

<div align="left"><figure><img src="/files/I7BuF2LP03H2UNAaZmLl" alt=""><figcaption><p>Default settings</p></figcaption></figure></div>

### :gear: **Global Server Actions**

> **W**hile enabled, this will perform server actions such as start or stop server on all transports.

### :gear: **Transports**

> A collection of [transports](/docs/guides/features/transports.md) you wish **Multipass** to support.


---

# 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://fish-networking.gitbook.io/docs/fishnet-building-blocks/transports/multipass.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.
