반응형

 



문서 개정 이력

날짜 제목 상세
2025-04-29 초안 작성 최초 메뉴얼 포스팅

 

테크팀 채널 소개

테크팀 채널은 누구나 친구들과 함께 즐길 수 있는 사설서버를 구축하기 위한 강의를 제공하기 위해 만들어졌습니다. 
아래와 같은 다양한 공식 자료를 확인하실 수 있습니다.
제목 링크이동
테크팀 유튜브 채널 링크이동
테크팀 디스코드 링크이동
테크팀 매뉴얼 정리 링크이동

 


 

유튜브 가이드 영상

본 포스팅은, 테크팀 채널 영상강의에 최적화 되어 있습니다.

 


 


윈도우 방화벽 개방

New-NetFirewallRule -DisplayName "Minecraft" -Direction Inbound -LocalPort 25565 -Protocol TCP -Action Allow

 



공유기 포트포워딩

자신의 서버PC 내부 IP쪽으로 TCP 25565 포트를 개방합니다

 

IPTime이 아닌 다른 공유기 브랜드별 포트포워딩 유튜브 자료
※ 주의 : 아래 링크는 테크팀 채널 자료는 아닙니다. 
번호 브랜드 YouTube 링크
1 IP Time 공유기 링크이동
2 KT 공유기 링크이동
3 TP Link 공유기 링크이동
4 Next 공유기 링크이동
5 SK 브로드밴드 공유기 링크이동
6 LG U+ 공유기 링크이동
7 ASUS 공유기 링크이동

 


 

자바 다운로드 + 설치

Oracle Java JDK 21
 

Download the Latest Java LTS Free

Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts.

www.oracle.com

 

Amazon Corretto 21
 

Downloads for Amazon Corretto 21 - Amazon Corretto 21

Thanks for letting us know this page needs work. We're sorry we let you down. If you've got a moment, please tell us how we can make the documentation better.

docs.aws.amazon.com

 

OpenJDK 21
 

Archived OpenJDK GA Releases

Archived OpenJDK General-Availability Releases This page is an archive of previously released builds of the JDK licensed under the GNU General Public License, version 2, with Classpath Exception. WARNING: These older versions of the JDK are provided to he

jdk.java.net

 


 

서버 설치

패브릭(Fabric) 1.21.5 다운로드
 

Download Minecraft Server Launcher

The home of the Fabric mod development toolchain.

fabricmc.net

 

 

설치 스크립트 : start.bat

 


 

서버 구동

모든 설치가 완료되고 나서는 start.bat 파일을 구동하여 서버를 동작합니다. 

 

반응형

+ Recent posts