반응형

 



문서 개정 이력

날짜 제목 상세
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 파일을 구동하여 서버를 동작합니다. 

 

반응형
반응형

 

 

 



문서 개정 이력

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

 

테크팀 채널 소개

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

 


 

유튜브 가이드 영상

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

 


 


윈도우 방화벽 개방

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

 


 

서버 설치

포지 1.21.5 다운로드
 

Minecraft Forge downloads

Downloads for Minecraft Forge for Minecraft 1.21.5 Latest: 55.0.4

files.minecraftforge.net

 

설치 스크립트 : install.bat
## 명령어 형식 ##
java -jar forge-{Version}-installer.jar --installServer


## 명령어 예시 ##
java -jar forge-1.21.5-55.0.4-installer.jar --installServer

 

메모리 수정 : user_jvm_args.txt
# Note: Not all server panels support this file. You may need to set these options in the panel itself.

# Xmx and Xms set the maximum and minimum RAM usage, respectively.
# They can take any number, followed by an M (for megabyte) or a G (for gigabyte).
# For example, to set the maximum to 3GB: -Xmx3G
# To set the minimum to 2.5GB: -Xms2500M

# A good default for a modded server is 4GB. Do not allocate excessive amounts of RAM as too much may cause lag or crashes.
# Uncomment the next line to set it. To uncomment, remove the # at the beginning of the line.
-Xmx16G       <---- 이 부분에 '#' 주석을 지우고 원하는 최대 메모리 용량을 기입

 

서버 구동 : run.bat

 


 

서버 구동

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

반응형

+ Recent posts