nekorelay

Quick rating

nekorelay

No reviews yet

Let’s make it so you can host a Minecraft server for free without opening any ports.

Mod Loaders
Forge
NeoForge
Fabric
Paper
Spigot
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unknown
Server Unknown

About

Project Details

Type
Mod
License
MIT License
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

Nekorelay

Publish your Minecraft server online — without port forwarding.

Nekorelay makes your Minecraft server joinable from the internet by simply adding a plugin or mod. No router setup, no port forwarding, no firewall changes — it works even behind CG-NAT, home routers, or restrictive networks.

What it does

  • Zero networking setup. Add it to your server and you get a public address that other players can join.
  • No open ports needed. Instead of opening a port on your side, the plugin/mod connects outbound to a relay. The relay accepts players on your behalf and forwards their connections to your server.
  • Minecraft only. The relay forwards Minecraft connections and nothing else.

The nekorelay service

  • Free & public, no account. By default it connects to the public nekorelay.net service, which automatically selects an available relay for you — no sign-up, no token.
  • Player limit. The free public service allows up to 20 players per server.
  • Self-host option. You can run your own relay instead and point the plugin/mod at it in the config.

⚠️ Please read before installing

  • This exposes your server to the public internet. While the plugin/mod is running, your Minecraft server is reachable by anyone who has the address. Use a whitelist/allowlist and normal server security, just as you would for any public server.
  • Network connections (disclosure). While running, it makes an outbound connection to a relay server and routes all player traffic for your server through it. By default that relay is the public nekorelay.net service (or your own relay, if you configure one). Nothing is uploaded beyond relaying Minecraft connections.
  • Real player IPs (optional). By default your server sees the relay as the connection source. You may enable the HAProxy PROXY protocol to receive players' real IP addresses (this requires a matching setting on your server and is off by default).

Setup

Bukkit / Spigot / Paper / Folia

  1. Put the jar in plugins/.
  2. Start the server — it connects automatically using the default public service.
  3. (Optional) Edit plugins/Nekorelay/config.yml to use your own relay or enable PROXY protocol.

Fabric / Forge / NeoForge

  1. Put the jar that matches your Minecraft version in mods/.
  2. Start once to generate config/nekorelay.properties, then restart.

Compatibility

  • Bukkit / Spigot / Paper / Folia: a single jar for Minecraft 1.8 – latest.
  • Fabric / Forge / NeoForge: one jar per Minecraft version — download the one that matches your server.
  • Server-side only. It never runs on the client; players join with a normal vanilla or modded client and do not need this installed.

Links


Nekorelay

ポート開放なしで、Minecraft サーバーをインターネットに公開。

Nekorelay は、プラグインまたは Mod を入れるだけで、あなたの Minecraft サーバーを外部から参加できるようにします。ルーターの設定・ポート開放・ファイアウォールの変更は不要。CG-NAT や家庭用ルーター、制限の厳しい回線の内側でも動作します。

できること

  • ネットワーク設定ゼロ。 サーバーに入れるだけで、他のプレイヤーが参加できる公開アドレスが手に入ります。
  • ポート開放が不要。 自分側でポートを開ける代わりに、プラグイン/Mod がリレーへ外向きに接続します。リレーがあなたの代わりにプレイヤーを受け入れ、接続をあなたのサーバーへ中継します。
  • Minecraft 専用。 リレーは Minecraft の接続のみを中継し、それ以外は通しません。

nekorelay サービスについて

  • 無料・公開・アカウント不要。 既定では公開サービス nekorelay.net に接続し、空いているリレーを自動で選びます。登録もトークンも不要です。
  • 人数上限。 無料の公開サービスでは、1 サーバーあたり最大 20 人まで参加できます。
  • 自前ホストも可能。 自分のリレーを立てて、プラグイン/Mod の設定でそこを指定することもできます。

⚠️ 導入前にお読みください

  • サーバーをインターネットに公開します。 プラグイン/Mod が動作している間、あなたの Minecraft サーバーはアドレスを知っている誰もが接続を試みられる状態になります。通常の公開サーバーと同様に、ホワイトリスト等のセキュリティ設定をご利用ください。
  • ネットワーク接続について(開示)。 動作中はリレーサーバーへ外向きに接続し、あなたのサーバー宛のプレイヤー通信をすべてリレー経由で中継します。既定のリレーは公開サービス nekorelay.net(自前リレーを設定した場合はそちら)です。Minecraft 接続の中継以外にデータを送信することはありません。
  • プレイヤーの実 IP(任意)。 既定ではサーバーから見た接続元はリレーになります。HAProxy の PROXY protocol を有効にすると、プレイヤーの実 IP を受け取れます(サーバー側の対応設定が必要で、既定は無効です)。

導入方法

Bukkit / Spigot / Paper / Folia

  1. jar を plugins/ に入れる。
  2. サーバーを起動する。既定の公開サービスに自動で接続します。 3.(任意)plugins/Nekorelay/config.yml を編集して自前リレーの指定や PROXY protocol の有効化ができます。

Fabric / Forge / NeoForge

  1. 自分の Minecraft バージョンに一致する jar を mods/ に入れる。
  2. 一度起動して config/nekorelay.properties を生成し、再起動する。

対応バージョン

  • Bukkit / Spigot / Paper / Folia: Minecraft 1.8 〜 最新を 1 本の jar で。
  • Fabric / Forge / NeoForge: Minecraft バージョンごとに jar があります。お使いのサーバーに合うものを選んでください。
  • サーバー専用。 クライアントでは動作しません。プレイヤーは通常の(バニラ/Mod入り)クライアントで参加でき、この導入は不要です。

リンク

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works