Best way to distribute test builds of game

Hello all,

I’ve been developing an online game using UE4. Our target distribution platform is Steam, but for now we are still in early stages of development. In order to test multiplayer aspects of the game we’ve been creating, we currently cook the builds, zip them, and upload onto Google Drives. The size of the file is getting larger, and the upload / download Google Drive system is starting to become slow.

Does anyone know a better way to distribute test builds of a pre-release game?

Well if we are taking about internal testing you could compile a server only build and everyone can connect to it from directly with in the PIE. Works for me anyways.