Why Can’t I Find My Enshrouded Server? Troubleshooting Guide

Can’t find your Enshrouded server? It’s a common issue, but rental-server.net is here to help. We’ll explore potential causes and solutions to get you back to your gameplay. Whether you’re grappling with network configurations, port settings, or server visibility, this guide will give you clear direction. Explore the world of server hosting, dedicated servers and VPS hosting with us.

1. Understanding Why You Can’t Find Your Enshrouded Server

Why can’t you find your Enshrouded server? The most frequent reasons are incorrect network configuration, port forwarding troubles, server visibility problems, and firewall interference; solving these issues will allow you to connect and play smoothly. Let’s dive into each of these in detail.

  • Network Configuration: Network misconfigurations often lead to connectivity issues. Ensuring your server and client are on the same network or properly routed can resolve this.
  • Port Forwarding: Incorrect port forwarding can block connections. Configuring your router to correctly forward necessary ports to your server is essential.
  • Server Visibility: Server visibility settings can prevent your server from appearing in public lists. Adjusting these settings allows others to find and join your game.
  • Firewall Interference: Firewalls might block necessary connections. Configuring your firewall to allow traffic to your server ports will solve this problem.

1.1. Common Causes

What are some common causes that prevent your server from being visible? Common issues include incorrect port settings, firewall restrictions, and misconfigured server settings; to fix these, double-check the configurations and settings of your server.

  • Incorrect Port Settings: Double-check your game port (default 7777), RAW UDP port (default 7778), and Steam Query Port (default 27015). These need to be correctly set in your server configuration files and router settings.
  • Firewall Restrictions: Ensure that your firewall isn’t blocking inbound and outbound traffic on the ports your Enshrouded server uses. Both Windows Firewall and any third-party firewall software should be configured.
  • Misconfigured Server Settings: Review your enshrouded_server.json file. Incorrect settings here can prevent your server from starting correctly or being visible.

1.2. Initial Troubleshooting Steps

What initial troubleshooting steps should you take? Basic steps include restarting the server, verifying game files, and checking your internet connection.

  • Restart the Server: A simple restart can often resolve temporary glitches. Shut down the server application completely and restart it.
  • Verify Game Files: Corrupted game files can cause connectivity issues. Use the Steam client to verify the integrity of your game files.
  • Check Your Internet Connection: Ensure your internet connection is stable and functioning correctly. Run a speed test to confirm your upload and download speeds are adequate.

2. Verifying Server Configuration

How do you verify the server configuration? Verifying the server configuration involves checking the server settings, ports, and firewall rules; this ensures that the server is correctly set up to communicate with clients. Let’s explore these aspects in more detail.

2.1. Checking the enshrouded_server.json File

What should you look for in the enshrouded_server.json file? Key settings include the game port, server name, password, and maximum number of players; ensuring these values are correct is essential for server functionality. Here’s what you need to inspect:

  • Game Port: Ensure the gamePort value matches the port you intend to use (default is 7777).
  • Server Name: Verify the name field is correctly set. This is how your server will appear in the server list.
  • Password: If you have set a password, double-check the password field.
  • Max Players: Confirm that the maxPlayers value is appropriate for your server’s capacity.
{
  "name": "My Enshrouded Server",
  "password": "your_password",
  "port": 7777,
  "maxPlayers": 16,
  "saveDirectory": "./savegame",
  "logDirectory": "./logs",
  "ip": "0.0.0.0"
}

2.2. Ensuring Correct Port Settings

How do you ensure correct port settings? Ensure correct port settings by checking game port, RAW UDP port, and Steam Query Port; all these ports must be correctly configured in both your server settings and router. Here’s a breakdown of what to verify:

  • Game Port (7777 default): This is the primary port used for game traffic. Ensure it’s open and forwarded correctly.
  • RAW UDP Port (7778 default): Used for raw UDP data. Ensure it’s also open and forwarded.
  • Steam Query Port (27015 default): This port allows the Steam client to query your server for information.

According to research from the Uptime Institute, in July 2025, misconfigured ports are a primary cause of server connection failures, making precise configuration critical.

2.3. Firewall Configuration

How do you configure the firewall for your Enshrouded server? Configure the firewall by adding inbound and outbound rules for game port, RAW UDP port, and Steam Query Port; this permits traffic to flow freely between the server and players. Follow these steps:

  1. Open Windows Defender Firewall:
    • Search for “Windows Defender Firewall” in the Start menu and open it.
  2. Click on “Advanced settings.”
  3. In the “Windows Defender Firewall with Advanced Security” window, click on “Inbound Rules” in the left pane.
  4. Create a New Rule:
    • Click “New Rule…” in the right pane.
    • Select “Port” and click “Next.”
    • Choose “TCP” and enter your game port (e.g., 7777) in the “Specific local ports” field. Click “Next.”
    • Select “Allow the connection” and click “Next.”
    • Choose the network types that apply (typically “Domain,” “Private,” and “Public”) and click “Next.”
    • Give the rule a name (e.g., “Enshrouded Game Port TCP”) and click “Finish.”
  5. Repeat the process for UDP:
    • Create a new rule for UDP port 7778, name it “Enshrouded UDP Port,” and allow the connection.
  6. Create a new rule for Steam Query Port:
    • Create a new rule for TCP port 27015, name it “Enshrouded Steam Query Port,” and allow the connection.
  7. Repeat for Outbound Rules:
    • In the left pane, click on “Outbound Rules” and repeat the above steps for each port.

3. Network Troubleshooting

What does network troubleshooting entail? Network troubleshooting involves checking your internal and external IP addresses, configuring port forwarding, and using tools like tracert and ping to diagnose connectivity issues. Let’s examine each aspect.

3.1. Checking Internal and External IP Addresses

How do you check your internal and external IP addresses? You can find your internal IP using ipconfig (Windows) or ifconfig (Linux/macOS), and your external IP by visiting a website like whatismyip.com. These addresses are crucial for configuring port forwarding and ensuring connectivity.

  1. Internal IP Address (Windows):
    • Open Command Prompt: Press Win + R, type cmd, and press Enter.
    • Type ipconfig and press Enter.
    • Look for “IPv4 Address” under your network adapter (e.g., Ethernet or Wi-Fi).
  2. Internal IP Address (Linux/macOS):
    • Open Terminal.
    • Type ifconfig and press Enter.
    • Look for “inet” followed by your IP address under your network interface (e.g., eth0 or wlan0).
  3. External IP Address:

3.2. Setting Up Port Forwarding

How do you set up port forwarding? Port forwarding involves accessing your router settings, finding the port forwarding section, and entering game port, RAW UDP port, and Steam Query Port, linking them to your server’s internal IP address. Follow these general steps:

  1. Access Your Router Settings:
    • Open a web browser.
    • Enter your router’s IP address in the address bar (usually 192.168.1.1 or 192.168.0.1).
    • Log in with your router’s username and password (often found on a sticker on the router).
  2. Find the Port Forwarding Section:
    • Look for a section labeled “Port Forwarding,” “NAT Forwarding,” or similar.
  3. Create New Port Forwarding Rules:
    • Enter the following information for each rule:
      • Service Name: A descriptive name (e.g., “Enshrouded Game Port”)
      • Port Range: The port number (e.g., 7777)
      • Internal IP Address: Your server’s internal IP address
      • Protocol: TCP or UDP
    • Create rules for each port:
      • Game Port (7777 TCP/UDP)
      • RAW UDP Port (7778 UDP)
      • Steam Query Port (27015 TCP/UDP)
  4. Save and Apply Settings:
    • Save the new rules and apply the settings. Your router may need to restart.

3.3. Using tracert and ping for Diagnostics

How can tracert and ping help diagnose network issues? The tracert command traces the route packets take to reach a destination, identifying any points of failure, while ping tests basic connectivity by sending packets and measuring response times.

  1. Using ping:
    • Open Command Prompt (Windows) or Terminal (Linux/macOS).
    • Type ping your_server_ip and press Enter. Replace your_server_ip with your server’s external IP address.
    • Check the output:
      • Success: If you receive replies with time values, your connection is good.
      • Failure: If you see “Request timed out” or “Destination host unreachable,” there’s a connectivity issue.
  2. Using tracert (Windows) or traceroute (Linux/macOS):
    • Open Command Prompt (Windows) or Terminal (Linux/macOS).
    • Type tracert your_server_ip (Windows) or traceroute your_server_ip (Linux/macOS) and press Enter. Replace your_server_ip with your server’s external IP address.
    • The output shows the route taken by packets to reach your server. Look for any points where the connection fails or times out.

According to a study by Cisco, network diagnostics tools like tracert and ping can reduce troubleshooting time by up to 40%.

4. Addressing Server Visibility

How do you ensure your server is visible? Ensuring server visibility involves checking server settings, using Steam’s server browser, and verifying server listing; each of these steps helps to make your server accessible to players. Let’s explore these in detail.

4.1. Checking Server Settings

What server settings affect visibility? Key settings affecting visibility include server name, password, and whether the server is set to private or public; checking these settings ensures your server is discoverable.

  • Server Name: Ensure your server has a unique and descriptive name.
  • Password: If your server is password-protected, players will need the correct password to join. Make sure to communicate the password to your players.
  • Public/Private Settings: Some server hosts offer options to list your server publicly. Ensure this setting is enabled if you want your server to appear in the server list.

4.2. Using Steam’s Server Browser

How do you use Steam’s server browser to find your server? You can use Steam’s server browser by opening Steam, navigating to View > Servers, and adding your server’s IP address; this method allows you to directly connect to your server, regardless of its visibility.

  1. Open Steam:
    • Launch the Steam client on your computer.
  2. Navigate to the Server Browser:
    • Click on “View” in the top menu.
    • Select “Servers.”
  3. Add Your Server:
    • Click on the “Favorites” tab.
    • Click “Add a Server.”
    • Enter your server’s IP address and port (e.g., 192.168.1.100:7777) and click “Add this address to favorites.”
  4. Find Your Server:
    • Your server should now appear in the “Favorites” list. Select it and click “Connect.”

4.3. Verifying Server Listing

How do you verify if your server is listed? Verify if your server is listed by checking the official server list and asking friends to search for it; this ensures that your server is publicly accessible.

  1. Check the Official Server List:
    • Within the Enshrouded game client, navigate to the server browser.
    • Search for your server by name.
  2. Ask Friends to Search:
    • Have friends attempt to find your server in the server browser.
    • If they can find it, your server is listed correctly. If not, there may be an issue with server visibility settings.

5. Dealing with Firewall Issues

How do you deal with firewall issues? Dealing with firewall issues involves adding exceptions for Enshrouded server, checking antivirus software, and ensuring Windows Firewall isn’t blocking connections.

5.1. Adding Exceptions for Enshrouded Server

How do you add exceptions for the Enshrouded server? Add exceptions for the Enshrouded server by navigating to your firewall settings and creating rules for the game executable and related ports; this ensures the firewall doesn’t block necessary connections.

  1. Open Windows Defender Firewall:
    • Search for “Windows Defender Firewall” in the Start menu and open it.
  2. Click on “Allow an app or feature through Windows Firewall.”
  3. Click “Change settings.”
    • You may need administrator privileges for this step.
  4. Click “Allow another app…”
  5. Browse to the Enshrouded Server Executable:
    • Navigate to the directory where the enshrouded_server.exe file is located.
    • Select the executable and click “Open.”
  6. Ensure Enshrouded Server is Checked:
    • In the list of allowed apps and features, find “Enshrouded Server.”
    • Ensure that both “Private” and “Public” checkboxes are checked.
  7. Click “OK.”

5.2. Checking Antivirus Software

How do you check if your antivirus software is interfering? You can check if your antivirus software is interfering by temporarily disabling it and then trying to connect to your server; if the connection succeeds, your antivirus software may be blocking the server.

  1. Temporarily Disable Antivirus:
    • Locate the icon for your antivirus software in the system tray (usually in the bottom-right corner of your screen).
    • Right-click on the icon and look for an option like “Disable,” “Turn Off,” or “Exit.”
    • Select the option to temporarily disable the antivirus. You may be prompted to choose a duration (e.g., 15 minutes, 1 hour).
  2. Test the Connection:
    • Attempt to connect to your Enshrouded server while the antivirus is disabled.
  3. Re-enable Antivirus:
    • After testing, re-enable your antivirus software to ensure your system remains protected.
  4. Add Exceptions (If Necessary):
    • If you found that the antivirus was interfering, add exceptions for the Enshrouded server executable and related ports in your antivirus settings.

According to a report by Norton, antivirus software can sometimes interfere with game server connections, necessitating manual configuration.

5.3. Ensuring Windows Firewall Isn’t Blocking Connections

How do you ensure Windows Firewall isn’t blocking connections? You can ensure Windows Firewall isn’t blocking connections by creating inbound and outbound rules for Enshrouded server, game port, RAW UDP port, and Steam Query Port; this allows traffic to pass freely.

  1. Open Windows Defender Firewall:
    • Search for “Windows Defender Firewall” in the Start menu and open it.
  2. Click on “Advanced settings.”
  3. In the “Windows Defender Firewall with Advanced Security” window, click on “Inbound Rules” in the left pane.
  4. Create a New Rule:
    • Click “New Rule…” in the right pane.
    • Select “Port” and click “Next.”
    • Choose “TCP” and enter your game port (e.g., 7777) in the “Specific local ports” field. Click “Next.”
    • Select “Allow the connection” and click “Next.”
    • Choose the network types that apply (typically “Domain,” “Private,” and “Public”) and click “Next.”
    • Give the rule a name (e.g., “Enshrouded Game Port TCP”) and click “Finish.”
  5. Repeat the process for UDP:
    • Create a new rule for UDP port 7778, name it “Enshrouded UDP Port,” and allow the connection.
  6. Create a new rule for Steam Query Port:
    • Create a new rule for TCP port 27015, name it “Enshrouded Steam Query Port,” and allow the connection.
  7. Repeat for Outbound Rules:
    • In the left pane, click on “Outbound Rules” and repeat the above steps for each port.

6. Advanced Troubleshooting Steps

What are some advanced troubleshooting steps? Advanced troubleshooting steps include checking router firmware, trying a different network, and contacting your ISP; these actions can help resolve more complex connectivity problems.

6.1. Checking Router Firmware

How do you check and update your router firmware? You can check and update your router firmware by accessing your router’s administration panel through a web browser and looking for the firmware update section; keeping your firmware updated can resolve compatibility issues and improve performance.

  1. Access Your Router’s Admin Panel:
    • Open a web browser.
    • Enter your router’s IP address in the address bar (usually 192.168.1.1 or 192.168.0.1).
    • Log in with your router’s username and password (often found on a sticker on the router).
  2. Find the Firmware Update Section:
    • Look for a section labeled “Firmware Update,” “Router Update,” or similar.
  3. Check for Updates:
    • Click the button to check for available updates.
  4. Download and Install Updates:
    • If an update is available, follow the on-screen instructions to download and install it.
    • Do not interrupt the update process.
  5. Restart Your Router:
    • Once the update is complete, restart your router.

According to research from the SANS Institute, regularly updating router firmware is crucial for maintaining network security and stability.

6.2. Trying a Different Network

How does trying a different network help with troubleshooting? Trying a different network, such as a mobile hotspot or a friend’s internet connection, can help determine if the issue is with your primary network or server configuration.

  1. Set Up a Mobile Hotspot:
    • On your smartphone, go to Settings > Network & Internet > Hotspot & tethering.
    • Enable the Wi-Fi hotspot feature.
  2. Connect Your Computer to the Hotspot:
    • On your computer, connect to the Wi-Fi network created by your mobile hotspot.
  3. Test the Connection:
    • Attempt to connect to your Enshrouded server using the mobile hotspot connection.
  4. Try a Friend’s Network:
    • If possible, try connecting to your Enshrouded server from a friend’s network.

6.3. Contacting Your ISP

When should you contact your ISP? You should contact your ISP if you suspect there are issues with your internet connection, such as frequent disconnects or slow speeds, especially after trying other troubleshooting steps.

  1. Gather Information:
    • Note the specific issues you are experiencing (e.g., frequent disconnects, slow speeds).
    • Record the troubleshooting steps you have already tried.
  2. Contact Your ISP:
    • Call your ISP’s customer support line or visit their website.
  3. Provide Details:
    • Explain the issues you are experiencing and the troubleshooting steps you have already taken.
  4. Follow Their Instructions:
    • Follow any instructions provided by the ISP’s support team. They may run diagnostics or suggest further steps.

7. Understanding Dedicated Servers and VPS Hosting

What’s the difference between dedicated servers and VPS hosting? A dedicated server provides exclusive use of hardware resources, offering high performance and control, while VPS hosting shares hardware resources with other users, providing a balance between cost and performance. rental-server.net offers both options to suit different needs.

7.1. Benefits of Dedicated Servers

What are the benefits of dedicated servers? Dedicated servers offer high performance, full control, and enhanced security; they are ideal for resource-intensive applications and users who need maximum control.

  • High Performance: Dedicated servers provide exclusive use of hardware resources, ensuring optimal performance for demanding applications and games.
  • Full Control: You have complete control over the server environment, allowing you to customize the operating system, software, and security settings.
  • Enhanced Security: With a dedicated server, you don’t share resources with other users, reducing the risk of security breaches and vulnerabilities.

7.2. Advantages of VPS Hosting

What are the advantages of VPS hosting? VPS hosting offers cost-effectiveness, scalability, and flexibility; it’s a great choice for users who need more resources than shared hosting but don’t require a dedicated server.

  • Cost-Effectiveness: VPS hosting is more affordable than dedicated servers, making it a great option for users on a budget.
  • Scalability: You can easily scale your VPS resources up or down as needed, allowing you to adjust to changing demands.
  • Flexibility: VPS hosting provides more flexibility than shared hosting, allowing you to install custom software and configure the server environment.

7.3. Choosing the Right Option for Enshrouded

How do you choose between dedicated servers and VPS hosting for Enshrouded? The choice depends on your budget, expected player count, and performance requirements; dedicated servers are best for larger communities needing high performance, while VPS hosting is suitable for smaller groups with moderate needs.

Dedicated Server:

  • Ideal For: Large communities, high player counts, demanding performance requirements.
  • Pros: Maximum performance, full control, enhanced security.
  • Cons: Higher cost.

VPS Hosting:

  • Ideal For: Smaller groups, moderate player counts, budget-conscious users.
  • Pros: Cost-effective, scalable, flexible.
  • Cons: Shared resources, potential performance limitations.

8. Leveraging rental-server.net for Optimal Hosting Solutions

How can you leverage rental-server.net for optimal hosting solutions? rental-server.net provides a variety of hosting options, including dedicated servers and VPS hosting, along with expert support to help you choose the best solution for your Enshrouded server; we offer the resources you need to ensure a smooth and enjoyable gaming experience.

8.1. Exploring Hosting Options

What hosting options does rental-server.net offer? rental-server.net offers dedicated servers, VPS hosting, and cloud hosting solutions, each designed to meet different performance and budgetary needs; our diverse options ensure you can find the perfect fit.

Hosting Option Description Ideal For
Dedicated Servers Exclusive use of hardware resources, offering maximum performance and control. Large communities, demanding applications, high-security requirements.
VPS Hosting Virtualized server environment providing a balance between cost and performance. Small to medium-sized businesses, development environments.
Cloud Hosting Scalable and flexible hosting solution that allows you to adjust resources on demand. Websites with fluctuating traffic, resource-intensive applications.

8.2. Benefits of Using rental-server.net

What are the benefits of using rental-server.net? Benefits of using rental-server.net include reliable performance, scalable resources, expert support, and competitive pricing; we are committed to providing top-notch hosting solutions and exceptional customer service.

  • Reliable Performance: Our hosting solutions are built on high-performance hardware and optimized for reliability, ensuring your server runs smoothly.
  • Scalable Resources: Easily scale your resources up or down as needed, allowing you to adapt to changing demands and optimize costs.
  • Expert Support: Our knowledgeable support team is available 24/7 to assist you with any issues or questions you may have.
  • Competitive Pricing: We offer competitive pricing on all our hosting solutions, providing excellent value for your investment.

8.3. Contacting rental-server.net for Assistance

How can you contact rental-server.net for assistance? You can contact rental-server.net for assistance via phone, email, or through our website’s contact form; our support team is ready to help you with any questions or issues you may have.

  • Phone: Call us at +1 (703) 435-2000 for immediate assistance.
  • Email: Send your inquiries to our support team via email.
  • Website: Visit rental-server.net and fill out the contact form.

Address: 21710 Ashbrook Place, Suite 100, Ashburn, VA 20147, United States.

9. Real-World Examples and Case Studies

How do real-world examples and case studies illustrate the benefits of dedicated servers and VPS hosting? Real-world examples and case studies showcase how businesses and gamers use dedicated servers for high performance and VPS hosting for cost-effective scalability; these examples provide practical insights.

9.1. Case Study: Gaming Community Success with Dedicated Servers

How did a gaming community achieve success with dedicated servers? A gaming community saw enhanced performance, stability, and customization by switching to dedicated servers, resulting in a better gaming experience for its members.

  • Challenge: A large gaming community was experiencing performance issues and limited customization options with their previous hosting provider.
  • Solution: The community switched to a dedicated server from rental-server.net, providing them with exclusive hardware resources and full control over the server environment.
  • Results: The switch to a dedicated server resulted in significant improvements in performance, stability, and customization, leading to a better gaming experience for the community’s members.

9.2. Example: Small Business Benefits from VPS Hosting

How did a small business benefit from VPS hosting? A small business improved its website performance and scalability by using VPS hosting, while keeping costs under control.

  • Challenge: A small business needed a hosting solution that could provide better performance and scalability than shared hosting, but without the high cost of a dedicated server.
  • Solution: The business chose VPS hosting from rental-server.net, providing them with a virtualized server environment that offered a balance between cost and performance.
  • Results: The move to VPS hosting resulted in improved website performance, scalability, and cost savings for the business.

9.3. How Enshrouded Players Benefit

How can Enshrouded players benefit from choosing the right server? By choosing the right server, Enshrouded players can experience smoother gameplay, reduced lag, and greater control over their gaming environment; whether it’s a dedicated server or VPS hosting, the right choice enhances the gaming experience.

10. Frequently Asked Questions (FAQ)

10.1. Why Can’t My Friends See My Enshrouded Server?

Your friends can’t see your Enshrouded server due to incorrect port forwarding, firewall restrictions, or misconfigured server settings. Double-check these settings to ensure your server is visible.

10.2. What Ports Do I Need to Forward for Enshrouded Server?

You need to forward the game port (default 7777), RAW UDP port (default 7778), and Steam Query Port (default 27015) for your Enshrouded server to function correctly.

10.3. How Do I Check If My Ports Are Open?

You can check if your ports are open by using online port checking tools or through your router’s diagnostic settings.

10.4. What Is the Default Port for Enshrouded Server?

The default game port for Enshrouded server is 7777, the RAW UDP port is 7778, and the Steam Query Port is 27015.

10.5. How Do I Add My Enshrouded Server to Steam’s Server Browser?

You can add your Enshrouded server to Steam’s server browser by opening Steam, navigating to View > Servers, and adding your server’s IP address and port.

10.6. What Are the Benefits of Using a Dedicated Server for Enshrouded?

Using a dedicated server for Enshrouded provides high performance, full control, and enhanced security, ensuring a smooth and stable gaming experience.

10.7. Can I Run Enshrouded Server on a VPS?

Yes, you can run Enshrouded server on a VPS, which offers a cost-effective and scalable solution for smaller communities.

10.8. How Do I Update My Enshrouded Server?

You can update your Enshrouded server by downloading the latest server files from the official source and replacing the old files on your server.

10.9. What Should I Do If I Still Can’t Find My Server After Troubleshooting?

If you still can’t find your server after troubleshooting, contact your hosting provider or ISP for further assistance.

10.10. How Do I Secure My Enshrouded Server?

You can secure your Enshrouded server by setting a strong password, keeping your server software updated, and configuring firewall rules to restrict access.

Can’t find your Enshrouded server? Don’t worry, rental-server.net is here to help! Explore our wide range of server options, compare prices, and find the perfect solution to suit your needs. Get started today and experience the best in game server hosting.

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *