반응형

 



문서 개정 이력

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

 

테크팀 채널 소개

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

 


 

유튜브 가이드 영상

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

 


 

Step1 : 공유기 포트포워딩

자신의 공유기에 접속하여 TCP 25565번을 서버로 사용할 내부 PC IP로 연결합니다

공유기 하단으로 연결된 시놀로지 나스 내부 IP로 TCP 25565번을 포트포워딩 합니다.

 

IPTime이 아닌 다른 공유기 브랜드별 포트포워딩 유튜브 자료
번호 브랜드 YouTube 링크
1 IP Time 공유기 링크이동
2 KT 공유기 링크이동
3 TP Link 공유기 링크이동
4 Next 공유기 링크이동
5 SK 브로드밴드 공유기 링크이동
6 LG U+ 공유기 링크이동
7 ASUS 공유기 링크이동

 


 

Step2 : 윈도우 방화벽 개방

PowerShell을 '관리자권한'으로 실행하여 아래 명령어를 수행 합니다
New-NetFirewallRule -DisplayName "Minecraft" -Direction Inbound -LocalPort 25565 -Protocol TCP -Action Allow

 


 

Step3 : 자바 다운로드 + 설치

선호하는 사이트에서 자바 JDK를 다운로드 후 설치 합니다.
JDK 제공처 버전 링크 이동
오라클 JDK ORACLE JDK 17 링크이동
아마존 Corretto Amazon JDK 17 링크이동
OpenJDK OpenJDK 17 링크이동

 


 

Step4 : DeceasedCraft 설치

Curseforge Mod Pack 공식 링크로 이동 : 링크이동

원하는 버전을 선택합니다. 본 데모에서는 가장 최신버전을 사용 했습니다

 

Inital Setup을 위한 install.bat 파일 생성
## 명령어 양식 ##
java -jar <jar파일명>.jar --installServer


## 명령어 사용의 예 ##
java -jar forge-1.18.2-40.2.4-installer.jar --installServer

 

메모리 수정 → 자신의 서버 PC 물리 메모리를 확인하여 적정량을 할당 합니다. 
"user_jvm_args.txt" 파일을 메모장으로 엽니다.
# Xmx and Xms set the maximum and minimum RAM usage, respectively.
# They can take any number, followed by an M or a G.
# M means Megabyte, G means 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.
# Uncomment the next line to set it.
-Xmx6G -Xms4G   <------ Xmx(최대메모리) Xms(최소메모리)를 PC 환경에 맞게 수정함

 


 

Step5 : 게임 엔진 구동

run.bat 파일을 수행합니다. (run.sh은 리눅스에서 사용하는 파일이므로 삭제해도 무관 합니다)

모든 게임 엔진이 로딩 완료된 화면

 


 

Step6 : 게임 접속

 

 

반응형
반응형

 

 

 



문서 개정 이력

날짜 제목 상세
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