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

> Origin Shield allows you to only allow traffic from LaunchMC Network, This means outside of LaunchMC, No one can talk to your server. This strengthen security ensuring the traffic is only accepted via LaunchMC's protected network.

# Origin Shield for Servers.

## Setup of Origin Shield.

As server owner, you can install our 1 click shell script. Below you can install our script.

```shellscript theme={null}
curl -O https://launchmc.com/downloads/lmc-shield.sh
```

### Installation

After downloading the script, you can easily run it by following command:

1: TCP

```shellscript theme={null}
bash lmc-shield.sh install tcp 25565
```

2: UDP

```shellscript theme={null}
bash lmc-shield.sh install udp 19132
```

3: BOTH ( Always works like)

```shellscript theme={null}
bash lmc-shield.sh both <tcp_port> <udp_port>
```

Add your ports respectively according to your TCP/UDP port for Java and Bedrock.

## Information

1: The script automatically sets up new cronjob to update new ips.\
2: The script install iptables-persistent, so the rules are not deleted upon reboot.

<Note>
  **Need help?** Join our [discord ](https://discord.launchmc.com)for support.
</Note>
