How To Make A Dedicated Starbound Server For The Gamepass Version of Starbound

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
what is up my fellow net dwellers couch command here and we are doing a little bit of a different video this is actually the start of my series teaching you guys how to make some different dedicated servers specifically we're making a server for the game pass version of starbound today make sure you hit that like button if this video helps you out comment down below on what dedicated servers you'd like to learn how to make and subscribe to the channel to get more of my weekly content now let's jump into it alright guys so whenever you're running the game pass version of starbound when you click play here you'll notice you have two options start as a starbound server or a starbound so the starbound server is actually your dedicated server and i'm going to walk quick through how to use it so first we're actually going to go into your documents and we're going to go to your documents folder you'll notice your star bound folder here inside of here we've got the starbound server config you'll need to open it with a text editor like notepad plus plus code visual studio you can use a standard text editor but the formatting is not going to be the nicest so what this is is a standard json i say json because of the format here so json is basically you have those opening and closing brackets with uh your quotes dot dot whatever so this is standard json and this is the default one that comes with it i'm going to give you a brief overview of some of these server settings first of all you have allow admin commands this is just whether or not you allow anyone to be able to use admin commands on your server i sav it set to true which allows specifically somebody who is authenticated to use admin commands allow admin commands from anyone is false which means only certain people can use them allow anonymous connections now unless you're going to actually configure what users you'll notice server users down here are allowed to connect you need to allow anonymous connections allowing anonymous connections lets anyone connect to your server versus if you turn that to false you'll need to actually specify down here what people can connect allow asset mismatch means that they can be on different packs than you are they can have different assets than you can anonymous connections are admin basically is canada anonymous connection be an admin can a user that logs in anonymously be your admin if you have that set to false it's obviously a no so probably what you want to go and going to want to do to actually set yourself up is admin is you're going to want to add yourself to the server user here for your id next up we have clear player files which basically forces the player to have new gear new starting character whenever they join in so it'll clear out all their existing stuff they'll clear out all their existing stuff where they won't be able to bring stuff that they already have available in their universe into your game same with the clear universe file their universe file will force the player to use fresh universe data when they connect client 1p joinable is whether or not the clients can connect over ip sorry that's client ip joinable so actually we want to set this to true because we're going to be doing ip forwarding with our public ip address to allow them to join client p2p means peer to peer so we can allow that to be drawable as well so you want your clients to be able to join via as a peer or join vip next we have the filter have materials whenever this is set to true this will force the server to actually check and make sure the player actually has the materials whenever they're trying to craft something versus relying on their internal stuff to do it you can set to true or false i mean it all depends on if you're playing with people you trust or not the game server bind is the address you're going to be binding your server to or the name you're binding your server to basically by leaving it as a wild card they can join off of any binding the game server ports is the port that they'll have to use to connect your game interactive highlight is just whether or not whenever somebody's hovering over something it'll highlight that the item is interactable pick up to action bars whether or not whenever a person picks up inside of your server it's going to go up into the action bar automatically the max players is how many people can join your server max team size is how many people can be on a team in your server player backup file counts is how many backup files we're going to have for it the query server information is for doing a query server and rcon is so you can actually remote administer your server you'll notice both the query server and archon server are set to false by default so neither of those are enabled save scripts is true which is just enable some protections for you as far as what scripts are going to be able to be ran scripts instruction limits is how many instructions a script can run measure interval and script profiling [Music] basically all this is for uh whether or not people can use scripts whenever interacting with your server server fidelity i'm not quite sure what it does i'm just going to leave that as the automatic as far as the default goes the server name you can set this up to whatever you want your server to be called the server users is where we're going to be putting on any specific users we want to grant access to the tutorial messages are just the in-game tutorial messages if we have those enabled so that lets the in-game ai tell people to do stuff all right so now i just set up a admin so you would actually come in and specify your name as far as what name you're going to be using to connect with and then you can actually go ahead and do admin on that user that you're creating you want to set that to true if you're actually going to be the user of it next you'll set up the password for it which is the password that user needs to log into now you'll be able to log in and assume the role of an admin whenever you log into the server so basically the only way to actually have a password set up for users when you're wanting to connect is to actually specify the users here so if you're wanting to restrict it where only certain people can log into your server you're going to need to actually set up the server users with passwords here on the flip side if you're going to allow anyone connect or allow uh not that one but allow anonymous connections where you're allowing anyone to connect in there's not going to be a password on it so that's how the whole server password piece to this works so if you want to actually use the server password make sure you turn the anonymous connections to false and then specify all of your users here in a list basically like this and you're just going to set all the other people that you're having join that you don't want to have admin access to false then you'll configure the password for each of those users and then just make sure that username matches but that is the basics as far as the config on this goes all right now that we're done with the setup of the config let's go ahead and launch our starbound server real quick we're going to come into starbound go play a game and launch our starbound server itself we're going to let that run to validate we're actually up and running let's go ahead and click on play and we're going to click starbound we're going to join game we're going to pick our existing guy and you'll notice your server account here and you'll notice our names here so these right here are going to be our server account so our first account is our admin account so it's your name and our admin password is testing you'll also notice we have anonymous connections turned off so we actually should have to be validated to connect so if we're able to join here not only did we join we've joined as an admin account so that's how you actually configure it where you have people able to connect is you're just going to set up their name as far as what the server is going to be and that piece there so the server is up and running now i'm going to show you the port forwarding piece so i'm using an orbi device i'm going to come over into my advanced settings advanced setup there we are so here's port forwarding and port triggering as far as my stuff goes you'll notice i have a couple of ports set up here already so all i'm going to be doing is actually add a custom service and the service name is going to be starbound the external port we need to specify which we had that in our config it's the the two 21025 so yeah we're gonna go ahead and set two one two one oh two five to the port for the external forwarding and we're gonna specify we wanna have that specifically point to our 192 168 1.6 that same ip address that we're using here and we're going to go ahead and apply it so now we have that external port set up so if people connect to our external ip address they'll be able to in that port they'll get forwarded onto that specific address last setup in this is to just go out to good old google and you are going to want to do what is my ip and this ip address here is what you're going to be sharing with people the thing is most of you are not static ips unless you pay for a static ip you're not a static ip so that i p address will change so make sure whenever you're setting up your friends to join your server that day you go ahead and do this again and get your latest ip address because it will change over time but that is how you set up a starbound dedicated server i hope this helps thanks for watching the video if you have any suggestions for other games or mods that you'd like to see on the channel please message me on twitter at couch command that's kind of smd or feel free to join me in my discord links at the top of my channel page as well as over in my description make sure you hit that like button if you enjoyed the video comment down below on what other dedicated servers you'd like to make and subscribe to the channel for more of my weekly content this is couch man and you all have a good night a great tomorrow and amazing rest of the week i'll see you next time
Info
Channel: CouchCmd
Views: 19,370
Rating: undefined out of 5
Keywords:
Id: kUKs8TXSTrY
Channel Id: undefined
Length: 10min 53sec (653 seconds)
Published: Fri Oct 15 2021
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.