Unreal Engine 5.5 source build for Dedicated server & reduce size build

I have a question that might sound weird or stupid. Since I do not have much space. Is there a way to only build a dedicated server & client modules and then place the binaries of them in standard Epic’s ue to integrate them ? Like I wouldn’t need to build the whole UE from the source.

I have bought a dedicated server course and I want to learn but don’t have too much space like 400 or 500gb, mostly 200 and 113 available due to Epic’s UE5.5 & some projects. Many youtube and course tutor build development editor which include extra files. I can’t afford that much storage.

Same, i was so confused, i hope someone can answer this, because im new to learning Unreal

it seems that one can add extra linking flag such as “-strip” to get rid of debugging symbol info to reduce target executes size.

can i use an external hard drive?

yes you can , it’s better use Gen4 (or higher ) SSD with high-speed type-c interface

1 Like

this post also discussed how to disable debug files to save space:

Thank you! I decided to buy a 2TB SATA internal hard drive, which should be arriving tomorrow. I was a bit sceptical about installing it myself, so I looked up some tutorials and it turns out it’s actually one of the easiest upgrades I could do. At first, I was nervous because this is my first ever proper PC, and I bought it pre-built, so I didn’t want to risk breaking anything. I went with the SATA version instead of the USB one since it’s apparently more reliable. Hopefully I can get it working without issues I’ll try to post an update once it’s installed.

I received my SATA hard drive yesterday, and I’ve got to say it really did the trick. Setting up the UE 5.6 source build took a while, but I finally got it running, which I’m super happy about. In the end, the solution was simply to increase the available storage.

For anyone wondering about space requirements, here’s what I saw on my setup: the source build used around 333 GB after I launched from the Development Editor. I haven’t tried the Development/Debug server yet, so I’m not sure if that will add more files, but for now, my full project runs fine, including the default level map.

Adding the extra SATA drive completely solved my issue, and I’d definitely recommend it to anyone running into the same problem. Don’t panic about installing it yourself either as a beginner, I found the process surprisingly easy, and it was way less intimidating than I thought it would be.