All Projects → ConnorGraham → Minecraft Nintendo Switch Private Server

ConnorGraham / Minecraft Nintendo Switch Private Server

Projects that are alternatives of or similar to Minecraft Nintendo Switch Private Server

Intercert
Use Let's Encrypt on private (LAN) servers using DNS validation
Stars: ✭ 68 (-12.82%)
Mutual labels:  dns
Domainfuzz
Domain name permutation engine for detecting typo squatting, phishing and corporate espionage
Stars: ✭ 74 (-5.13%)
Mutual labels:  dns
Trapdoor
a dll mod for Minecraft bedrock server, provides functions like je's carpet mod
Stars: ✭ 77 (-1.28%)
Mutual labels:  minecraft
Hekate Updater
A homebrew application for the Nintendo Switch that will automatically update your CFW with the latest.
Stars: ✭ 69 (-11.54%)
Mutual labels:  nintendo-switch
Ares
Ares is a free, open source minecraft utility mod aimed at anarchy servers. Created by Tigermouthbear.
Stars: ✭ 73 (-6.41%)
Mutual labels:  minecraft
C Ares
A C library for asynchronous DNS requests
Stars: ✭ 1,193 (+1429.49%)
Mutual labels:  dns
Circle Generator
Tool to generate circles for block building games like Minecraft
Stars: ✭ 67 (-14.1%)
Mutual labels:  minecraft
Noisy
Simple random DNS, HTTP/S internet traffic noise generator
Stars: ✭ 1,208 (+1448.72%)
Mutual labels:  dns
Gamesense Client
Minecraft 1.12.2 Utility Mod for Anarchy and Crystal PvP
Stars: ✭ 73 (-6.41%)
Mutual labels:  minecraft
Downloads
AD Health Check, Send HTML Email, Ping machines, Encrypt Password,Bulk Password,Microsoft Teams,Monitor Certificate expiry, Monitor cert expiry, AD attributes, IP to Hostname, Export AD group, CSV to SQL,Shutdown, Restart, Local Admin, Disk Space, Account expiry,Restore Permissions, Backup permissions, Delete Files Older Than X-Days, export DHCP options,Read Registry,Distribution group AD attributes,Monitor Windows Services,Export Reverse DNS,Task Monitor,Monitor and alert, Exchange Health check,Get Network Info, Export AD Attributes,AD group members, Office 365 Group member, SQL to CSV, Outlook save send attachments, Upload files to FTP,Exchange – Total Messages Sent Received, Set Teams Only Mode, Intune Duplicate Device,Intune Cleanup Not Evaluated, Ownership and Grant Permissions, Write Create Modify Registry , Organization Hierarchy from AD,Azure AD Privileged Identity Management,Intune – Export MAM Devices,Intune Marking devices as Corporate, Dynamic to Static Distribution Group,Monitor Alert Office 365 services,Group Member Count,Bulk Addition external users sharepoint, ADD to Exchange online License Group,All in One Office 365 Powershell,Bulk Addition of Secondary Email, Automate move mailboxes to o365, Addition Modification Termination Exchange users, Monitoring Unified Messaging port,Unified Messaging Extensions Report, Set Default Quota for SharePoint,Bulk Contact Creation and Forwarding, Uploading and Downloading files sftp, Monitoring Sftp file and download, Office 365 groups Write back, CSV parser, Email address update, Email address modify, MDM enrollment, Welcome Email, Intune Welcome Email, remove messages, remove email, SKOB to AD, SKOB to group, PowerApps report, Powerautomate Report, Flow report, Server QA, Server Check List, O365 IP range, IP range Monitor, o365 Admin Roles, memberof extraction, CSV to Excel, Skype Policy, UPN Flip, Rooms Report, License Reconciliation,Intune Bulk Device Removal, Device Removal, Clear Activesync, Lync Account Termination,Lync Account Removal, Enable office 365 services, Enable o365 Services, Export PST, Site collection Report, Office 365 Group Sites, System Admin,ActiveSync Report,White Space,Active Directory attributes, outlook automation, Intune Detect App, Distribution list Fix, Legacy DN, start service, stop service, disable service, Message tracking, Distribution lists report,Distribution groups report,Quota Report, Auto reply, out of office, robocopy multi session, Home Folder, local admin, Database, UPN SIP Mismatch, Recoverable deleted, teams number, Number assignment, teams phone, AD Group Hierarchy, Hierarchy membership, Sync Groups
Stars: ✭ 75 (-3.85%)
Mutual labels:  dns
Tor Router
A SOCKS, HTTP and DNS proxy for distributing traffic across multiple instances of Tor
Stars: ✭ 69 (-11.54%)
Mutual labels:  dns
Flexiblelogin
A Sponge minecraft server plugin for second factor authentication
Stars: ✭ 73 (-6.41%)
Mutual labels:  minecraft
Craft
A simple Minecraft clone written in C using modern OpenGL (shaders).
Stars: ✭ 8,957 (+11383.33%)
Mutual labels:  minecraft
Cloudflare Dyndns
CloudFlare Dynamic DNS client
Stars: ✭ 69 (-11.54%)
Mutual labels:  dns
Griefing Methods
A documentation about how to hack Minecraft servers
Stars: ✭ 76 (-2.56%)
Mutual labels:  minecraft
The Midnight
The Midnight: A cold, unforgiving hostile dimension. Originally made for SpookyJam 2018.
Stars: ✭ 68 (-12.82%)
Mutual labels:  minecraft
Dns Over Https
High performance DNS over HTTPS client & server
Stars: ✭ 1,189 (+1424.36%)
Mutual labels:  dns
Minelittlepony
Turns players and mobs into ponies
Stars: ✭ 76 (-2.56%)
Mutual labels:  minecraft
Rusted Switch
Nintendo Switch Homebrew with Rust 🦀
Stars: ✭ 75 (-3.85%)
Mutual labels:  nintendo-switch
Switchpresence
A Nintendo Switch custom sysmodule for Discord Rich Presence.
Stars: ✭ 75 (-3.85%)
Mutual labels:  nintendo-switch

Minecraft-Nintendo-Switch

Minecraft for Nintendo Switch doesn't allow connecting to Bedrock servers via IP. It only allows multiplayer by connecting to 1 of 5 pre-whitelsted public servers. Using docker, this repo contains everything necessary to connect your Nintendo Switch to your own private (or any other dedicated) server.

The basic premise is when your switch tries to connect to the Lifeboat Network, it is connecting to mco.lsbg.net. By running a local DNS service (bind9) and pointing the Switch to use your DNS service allows you to intercept the request to mco.lsbg.net and resolve it against your private (or any other dedicated) server's IP address

Pre-requisites

  1. Docker and Docker Compose
  2. A static ip address for your machine running DNS
  3. IP address of Minecraft BDS server

Steps to run

  1. Clone this repo
  2. Edit dns/data/bind/etc/zones/db.mco.lbsg.net and replace 192.168.0.69 with the IP address of Minecraft server
  3. (optional) If you want to run your own server, go to /minecraft and run
docker-compose up
  1. In a separate window, Run DNS by goinge to /dns and run
docker-compose up
  1. Lastly, in your Nintendo Switch network settings, set the primary DNS server to the private IP address of your machine running DNS
  2. Open Minecraft, go to the realms tab and connect to Lifeboat Network. You should be connecting to your private server instead!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].