How do I create my own Globed server?
Read this: https://github.com/dankmeme01/globed2/blob/main/server/readme.md
If you don't understand how to do it or have never touch a terminal/command prompt before, it's best not to make your own server, as it will be hard to learn how without any prior knowledge.
If it is too complicated for you, Go to #1206011552197513236 and join these servers instead. Most likely, a server near you is available.
How do I create my own Globed server on mobile (Android)?
If you can run Linux on your Android phone, technically, you can. The steps are pretty much the same for PC/VPS.
You could try to get a sub-linux running on your phone via Termux, but it may or may not work due to heavy limitations.
How can I make my friends join my server?
There are two ways, but that is based on how you set up your server.
- If Hosted Locally, you need to set up a tunnel or a VPN for you and your friends to connect to, like playit.gg or RadminVPN. You can try port forwarding
4201 or other ports for the game server.
- If Hosted on a Server, open port
4201 and other ports for the game server and share the public IP address provided by your VPS provider.
When I open the exe file, I can't enter any command.
Open Command Prompt, go to the directory/folder where the exe is located and enter the commands from there.
Got an error about "Failed to add server due to version mismatch"
Just replace the old binary with a new one from the GitHub project.
Servers don't auto-update to the latest version, so you have to update it manually yourself.
Getting timed out whenever trying to connect to the server
Check your server if any logs says you been connected or not. If no logs are coming from it, it is most likely a firewall issue for either you or the server.
Which Binary do I need to use?
There are three types of binary depending on the architecture/OS you use:
arm64 is for ARM-based CPU and works for Linux-based computers
x64 is x86-64 64bit based CPU and works for Linux based computers
exe is for Windows-based computers.
If you don't know what type of CPU your Linux Server is, do uname -m in the terminal to see the output of your CPU architecture.
How do I add my own address/domain to my server?
Get a domain from GoDaddy or other services, and under your domain's DNS settings, create an A record and target that to your IP.
If you want to remove the :4201 in your domain, either use a reverse proxy, which is recommended or create a SRV record to redirect the port to the target record.
How do I access the Admin Panel for my server?
Press F8 on your keyboard While connected to your Central Server in-game to show up a popup, enter the password you set at admin_key in your central-conf.json.
Be sure that you understand and set up Bridged between your game server and your central server for the admin panel to function.
If you are on Mobile, you need to install a mod called Bumpscosity, then you have to go to the GD Settings and find the slider for Bumpscosity.
This is important! Make sure you set the slider to 76 EXACTLY as it changed. Once you set to that value, go to the Audio section and you will see the Admin panel.
How do I create a Globed Server on my own GDPS?
To configure it to work with your GDPS, on central-conf.json, there are the configs you need to change/add.
use_gd_api - must be set to true
gd_api_account - The Account ID that will be used to sent message for authication.
gd_api_gjp - This is your GD account token (gjp2) If you don't know what your gjp2 token, use the mod GDIntercept to find it
gd_api_url - Your GDPS database url. It's usually a url ending with /database
If you still have questions regarding server creation, feel free to ask them in the #❓︱support channel.