How to Host a Gmod Server without Hamachi

Hello Dev, hosting a Garry’s Mod (Gmod) server can be an exciting experience for you and your friends. However, relying on third-party applications like Hamachi can be a hassle. Fortunately, there are several ways to host a server without using Hamachi. This article will guide you through the steps to set up a Gmod server without Hamachi.

Step 1: Downloading the Server Files

The first step is to download the server files from the SteamCMD application. This program will allow you to easily manage and update your server. To download SteamCMD, you can either download it directly from Valve’s website or use the following command in your command prompt:

Command
Description
steamcmd.exe +login anonymous +force_install_dir C:\gmod_server +app_update 4020 validate +quit
Downloads SteamCMD and Gmod server files to C:\gmod_server directory

Once the download is complete, you will have a directory with all the necessary server files ready for configuration.

Step 2: Configuring the Server

The next step is to configure the server to your liking. You can do this by editing the server.cfg file found in the cfg directory. This file contains various settings that control your server’s behavior, such as maximum players, server name, and map rotation. Here’s an example of how the file should look:

//Server Config
hostname “My Gmod Server”
sv_password “”
maxplayers 16
map rp_downtown_v4c_v2

Make sure to save the file once you’re done editing it.

Step 3: Port Forwarding

Port forwarding is crucial to allow players outside your network to join your server. To do this, you need to log into your router’s web interface and configure the port forwarding settings. The port that needs to be forwarded is 27015 for UDP traffic.

Here’s an example of how to set up port forwarding on a Linksys router:

Protocol: UDP
External port: 27015
Internal IP address: [your local IP address]Internal port: 27015

Step 4: Starting the Server

Once the server is configured and the port is forwarded, you can start the server by running the srcds.exe file found in the root directory. This file launches the server with the settings specified in the server.cfg file. Here’s an example of how to start the server:

srcds.exe -console -game garrysmod +map rp_downtown_v4c_v2 +maxplayers 16

Step 5: Connecting to the Server

Finally, you can connect to your server by launching Garry’s Mod and selecting the “Find Multiplayer Game” option. Your server should appear on the list, and you can join it by clicking on it.

Frequently Asked Questions (FAQ)

Q1. How many players can join my Gmod server?

A1. You can set the maximum number of players in the server.cfg file. The default maximum is 16 players.

READ ALSO  Understanding "Could Not Connect to Server No Route to Host" Error

Q2. Can I customize my server beyond the default settings?

A2. Yes, you can customize your server beyond the default settings by editing the server.cfg file. You can find more information on the various server settings in the Gmod wiki.

Q3. Can I use a different map for my server?

A3. Yes, you can use a different map by changing the “map” setting in the server.cfg file. Just make sure that the map is installed on your server beforehand.

Q4. How do I update my server files?

A4. You can update your server files by running the SteamCMD application again with the following command:

steamcmd.exe +login anonymous +force_install_dir C:\gmod_server +app_update 4020 validate +quit

This will update your server files to the latest version.

Q5. Can I run the server on a different computer?

A5. Yes, you can run the server on a different computer by following the same steps as above, but make sure to configure the port forwarding settings on the computer running the server. You can also use a server hosting service to host your server.

Conclusion

Hosting a Gmod server without Hamachi is a simple and straightforward process. Just follow these steps to download the server files, configure the server, port forward, start the server, and connect to it. With these steps, you can enjoy playing Gmod with your friends without any hassle.