MISS

A Mod that forward Minecraft connection on websocket

by
1.3K Downloads
fabricforgeneoforgelibraryutility
Rent Server with this Mod

About this Mod

MISS

Modrinth Downloads
GitHub
License
Minecraft Version

MISS uses WebSocket to forward your Minecraft connection.

Features

  • Support Websocket protocol on both client and server
  • Use same port on the server to detect WebSocket connection

Reqirements

  • Minecraft JE 1.19+
  • Nginx 1.18+ (optional)
  • SSL certificate (optional)
  • Java 17+

Install

Server side

  1. Download from Modrinth
  2. Put the mod into mods folder
  3. Restart Minecraft server

Client side

  1. Download from Modrinth
  2. Put the mod into mods folder
  3. Restart Minecraft client

Nginx Configuration

Example:

server {
    listen 443 ssl;
    server_name mc.example.com;

    ssl_certificate /path/to/fullchain.pem;
    ssl_certificate_key /path/to/privkey.pem;

    # You also can forward different paths to different servers
    location / {
        proxy_pass http://ip_or_hostname:25565;
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "Upgrade";
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Forwarded-Proto $scheme;
    }
}

How to connect

  1. Input wss://mc.example.com to the Server Address bar
  2. Join the server

MISS 用于通过 WebSocket 转发 Minecraft 连接。这使得你可以通过 WebSocket 协议连接到 Minecraft 服务器,提供了一种新的网络传输方式。

功能特性

  • 通过 WebSocket 协议转发 Minecraft 连接。
  • 支持 Minecraft 客户端与服务器之间的双向通信。

前置要求

  • Minecraft Java 版 1.19+
  • Nginx 1.18+ (可选)
  • 有效域名与SSL证书 (可选)
  • Java 17+

模组安装

服务端

  1. Modrinth 下载对应版本
  2. 将文件放入服务端 mods 目录
  3. 重启 Minecraft 服务器

客户端

  1. Modrinth 下载对应版本
  2. 将文件放入客户端 mods 目录
  3. 启动 Minecraft 客户端

Nginx配置

反向代理服务器配置示例:

# 假设用户访问的域名是 mc.example.com,且已申请 SSL 证书
server {
    listen 443 ssl;
    server_name mc.example.com;

    ssl_certificate /path/to/fullchain.pem;
    ssl_certificate_key /path/to/privkey.pem;

# 该 location 其实也可以使用不同的 path 转发到不同的服务器
    location / {
        proxy_pass http://ip:25565; # 转发 Minecraft 服务器的地址(可以是域名或IP)
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "Upgrade";
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Forwarded-Proto $scheme;
    }
}

请根据实际情况修改配置文件中的域名和证书路径。

如何连接服务器

  1. 安装客户端 MOD 后
  2. 启动游戏
  3. 添加服务器并在地址栏输入:
    wss://mc.example.com
  4. 点击"加入服务器"按钮

注意事项

  • 确保443端口已打开,且你的服务器支持 WebSocket 协议。
  • 确保你的 Minecraft 服务器配置允许通过 WebSocket 连接。
  • 使用此模组时,请确保你的网络环境支持 WebSocket 协议。

Available Versions

MISS 1.0.2release
MC 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6forge
April 6, 2026
MISS 1.0.2release
MC 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6fabric
April 6, 2026
MISS 1.0.1release
MC 1.21.1, 1.21.2, 1.21.3, 1.21.4neoforge
January 29, 2025
MISS 1.0.1release
MC 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6forge
January 29, 2025
MISS 1.0.1release
MC 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4forge
January 29, 2025

How to Install MISS on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.4).

3

Install Mod

Open the mod browser in the dashboard and search for "MISS". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabricforgeneoforge

Minecraft Versions

1.21.4, 1.21.3, 1.21.2 (+14 more)

Server-side

~ Optional

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

MISS server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.4). You can switch loaders with one click in the panel.

Is MISS compatible with fabric and forge and neoforge?

MISS officially supports fabric, forge, neoforge for Minecraft 1.21.4, 1.21.3, 1.21.2. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with MISS – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if MISS consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install MISS with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
GNU General Public License v3.0 or later
Server-side
Optional

Supported Versions

1.21.41.21.31.21.21.21.11.211.20.61.20.51.20.41.20.31.20.2+7 more