Palworld: DEDICATED SERVER Setup GUIDE

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
today we're going to be going over how to set up a completely free dedicated server in pal world all you need to do is buy the game and absolutely nothing else so let's get into it right off the bat first things first obviously you need the game but if you have the game you should be able to go to steam you go to the search and then you just type in pal world and what you're going to find is this it's a pal World dedicated server you're going to need to install that while we wait for that install please hit subscribe if you can I'm trying to make more and more videos about more and more games going over how to do various things as quick as possible all right now that it's installed you're going to have to launch that server so you're going to launch it and then you're going to have this option play power world dedicated server that that's what you're going to want to do just hit play so now you see this right here do you want to allow public and private networks to access this app you're going to need to hit allow here this is your firewall it's asking you if you should allow this game to well basically run and host a server you want to do that because you're trying to host a dedicated server if you hit no well you really messed up so now if you see this setting Brak pad M dump app ID whatever it is that basically means your server is running now let's just go ahead and try and find that server so now that you've got that running all you got to do is go to join multiplayer game and go right here this is your IP address this is just your local host address this is a port that you're joining you just hit connect and Bing Bang Boom you are going to be joining your very own server and just just like that we have joined our own local server so now there's a few more things that you're going to need to do first off you're going to want to open the command prompt so now you've opened the command prompt what you're going to want to type in is IP config so right now you put on your trench code put on those Matrix glasses go back to 2000 and let's get into it if you look you're going to see something called the default gateway there should be an IP address here it should be 1 192.168 usually it's 1.1 but maybe it's a little bit different for you this is hopefully going to be what you use to access your router by default you can access your router using 1 192.168.1.1 but it might be a little bit different for some people for me it was so once you put once you get that you're going to put that into your browser now you should have access to your router there might be a password it really depends every router is different what you're going to want to do here is if you want other people to be able to play your game from all over the Internet you're going to need to go to port forwarding now what you're going to need to do is look back at that command prompt find your ipv4 address this is your address locally okay so if you're in a gated community this would just be sort of like oh this is Bob's house this is Jane's house this is so and so's house it's just local let's just everybody in the area sort of knows a house by that name now your official address that would be your IP address your IP address that is what's going to be used by everybody to get access to you so think of this like your mailing address right anybody can send a letter to you just by having your mailing address your IP address sort of works the same way once once you give that out anybody that has it can now send you a letter and they know it's going to be reaching you your ipv4 address that only works if someone's in your house connected to your network so if you're with the boys doing a land reenacting Brokeback Mountain and you get a little bit of a time for a break what you can do is use that ipv4 address give that to your boys they can type that into po world you guys can all connect and then you can do your brokeback thing now if you're connecting to the whole wide net what you're going want to do again is go to that default gateway type in that address into your browser now you're going to have to forward the port and the port we used was at 8211 Port you're going to forward anything that comes on 8211 to your ipv4 address and this is going to take any traffic that comes into that port and forward it to you and hopefully that traffic is meant for your server one word of caution here is if there are errors in the server if there's bugs if there's some sort of you know like you know buffer overflow thing that could happen or if there's some way that someone can hack into that server and get access to your computer you're you're you're open now right like for instance usually walking around in the world you got to you got to you know you got a nice layer denim protecting your butthole now think about it like this all of a sudden that layer of denim doesn't exist if someone's running around with a golden you know what they can just shove it up there and there's nothing stopping them so sort of works the same way here all right so now that you've seen the easy way let's go over the hard way so this is going to involve steam CMD so if Google steam CMD download click that first link it's going to be a valve developer Community Link or community site what you can to find down here is if you go down to Windows you're going to see download Steam CMD for Windows click that Bing Bang Boom it should download so this is a file called steam CMD what you're going to want to do is take the steam CMD file that you just downloaded extracted into this area then you're going to run it run Steam CMD it's going to do a bunch of updates download a bu bunch of stuff and then at the end you should get something like this right it should just say steam it should be blinking that means that everything went as planned at this point what you're going to want to do is create a new bat file you can call this whatever you want in my case I called it pal world. batbat now for this what you're going to want to do is the first thing you're going to want to do is just save this command steam cmd.exe Plus login Anonymous Plus app update 23941 plus quit so now when you want to save this you can save as and again pal World server change that to all files bat okay so you're going to save it like that and when you run it it's going to check for updates yours is going to take a little bit longer than mine because I've already pre-downloaded everything but it's going to download everything you need and then it's going to close so this means that everything's working as expected now what you're going to want to do is go back into that bat file in notepad of course of course that's how you're going to edit these files and you want to paste this command so yeah you're going to be running this Command right here again both these commands I'm going to have it posted down in the description but basically you're telling it to start pal server.exe previously for steam we downloaded that file so it's a same thing you say your server name I called it serial server you can call it whatever you want set your Port name or your port number I set it to 8211 which is standard but you could do something like 6969 if you're a classy gentleman and then all of this stuff don't really worry about it just add it there it's going to make things run better go ahead save that file and now let's try and run it should get this if everything went well this is Windows security telling me that something is trying to get past the firewall if you're not completely stupid you're going to want to hit allow because this is you literally trying to start up your server at this point you should be good to go so now how do you test it how do you make sure if this is working so you're going to go ahead and launch world and again you should be able to connect to 127.0.0.1 which would be your local server if you can do that it means that your server is running and you have a fully functional server that you have just set up so let's go ahead right here 127.0.0.1 8211 connect here here we go here we go fingers crossed and cross them all you want we just got into our own locally hosted pal world server so let's let's skip through all this we don't really care right so now let's go over the fun stuff let's go over debugging and just making sure that everything's actually working so once you've launched your server and everything like that you should have a server running if you want to check if it's actually saving things doing everything that it should you go into C you're going to go into the steam CMD steam apps common pal server then you're going to go into pal then you're going to go to saved you going go to save games zero and then this this should be your saves right like right here that you know how I joined that would be my player character and this would be your saves it's saving levels everything like that so yeah it shows that we're actually saving games and going through and making everything work now what you're going to want to do is if you want to actually be an admin on your server make sure you do this before you start your server up you're going to go to default World settings and you're going to set an admin password once you've set your admin password all you need to do is type in this would be in the game you type in slash in the chat admin capital a password capital P then you type in the password and now what you can do is you can run a bunch of commands you can run slave command to save you can run SL kick player command to kick players SL band Player P command SL info a bunch of stuff like that there's probably going to be more commands to come as the game gets more mature and yeah that's everything you know to host a pal World server one thing though to keep in mind is if you have a server hosted you can connect to it locally but your friends can't connect that support forwarding issue so you need to figure out what rout router you have and look up how to do port forwarding on your router if you're going to be doing that all you've got to do is go to that default power world settings look at your public port and you're going to forward that to your ip4v address and you're going to get that by going to your command prompt remember you're going to type in CMD and then you type in ip config and see what that address is also remember that gateway address that's likely how you're going to access your router anyways thank you so much for watching if this video helped please make sure you hit subscribe hit like and if you got questions ask them down below until next time peace
Info
Channel: CerealOverdrive
Views: 9,552
Rating: undefined out of 5
Keywords: palworld server, palworld dedicated server, dedicated server, palworld server guide, free palworld server, free palworld dedicated server, palworld dedicated server settings, palworld hosting dedicated server, how to run palworld server, how to make palworld server, palworld dedicated server setup, how to host palworld server, how to make a palworld server, palworld port forwarding, palworld ports, palworld server hosting, palworld server dedicated, palworld server setup steam
Id: bWAv7ATkaQg
Channel Id: undefined
Length: 9min 32sec (572 seconds)
Published: Mon Jan 22 2024
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.