# Multiplayer Flights As Host

When hosting a server, if you want your clients to be able to create meaningful Tacview recordings on their end, make sure you have allowed object, sensor and player

![DCS World - Server Permissions](/files/EVZukEwGdIHUEG6gTI4U)

### The 10 Minute Delay

In the interests of fair play, DCS World and Tacview have decided to implement, by default, a 10-minute delay on all multiplayer servers. This means that clients will not be able to view the last 10 minutes of the time spent on your server unless you install Tacview and configure it in a certain way. Referring to [DCS Exporter Options](/tacview/flight-simulator/dcs-world/dcs-exporter-options.md), here are the configuration options:

#### Option 1: Eliminate the 10-minute delay for all clients

If you are operating a private server with people you trust, or if your server is not competitive, you can disable the delay and enabled real-time telemetry. Check the `Enabled` box in `Real-Time Telemetry` section and leave the password blank.

#### Option 2: Enforce a 10-minute delay for all clients except those who have the password

If you want the delay to be effective for your clients but you want certain trusted people, including yourself, to be able to connect in real-time, check the `Enabled` box in `Real-Time Telemetry` section and add a password. Only clients with the password will be able to connect in real-time and the rest will have a 10-minute delay.

#### Option 3: Enforce a 10-minute delay for all clients

To enforce a 10-minute delay for all clients, disable real-time telemetry by un-checking the `Enabled` box in `Real-Time Telemetry`

#### Option 4: Enforce a delay of another length of time

If you want the delay to be longer or shorter than 10 minutes, referring to [Using Tacview with DCS Dedicated Server](/tacview/flight-simulator/dcs-world/using-tacview-with-dcs-dedicated-server.md), add the following option in the `Saved Games/Config/options.lua` (this will work even if you are not using a dedicated server):

```
["tacviewPlaybackDelay"] = 600,
```

Allowed values for the playback delay are 60, 120, 300, 600, 1200 or 1800 seconds.

Next, we will explore how to use Tacview with a DCS World Dedicated Server.


---

# 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://raia-software-inc.gitbook.io/tacview/flight-simulator/dcs-world/multiplayer-flights-as-host.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.
