Jump to content
RenCorner Network
  • Chatbox

    Load More
    You don't have permission to chat.

Forums

  1. Entry Point

    1. Announcements

      Official RenCorner news & announcements are posted here.

      3.8k
      posts
    2. Donations

      Look in here for a list of monthly donations that have been received and find out how & why you should donate!

      6.7k
      posts
    3. Introductions

      Are you new to RenCorner? Why don't you tell us about yourself!

      3.8k
      posts
    4. General Chat

      Feel free to chit-chat about anything here.

      12.4k
      posts
  2. Rencorner Applications

    1. Staff Applications

      Interesting in being part of what makes this community great? Apply within!

      383
      posts
    2. Minecraft Trusted

      Applications to become Trusted in Minecraft

      2.5k
      posts
    3. Terraria VIP

      Applications to become a VIP member in Terraria.

      3.4k
      posts
    4. Staff promotions

      Use this forum for posting Staff Promotions

      439
      posts
  3. Rencorner Network

    1. Banned / Cheaters

      Have you been banned? Want to report a cheater? Click Here.

      Note: Any person not directly involved in the situation should not post on the thread, and any posts considered irrelevant or nonconstructive will be removed.

      2.5k
      posts
    2. C&C Renegade

      Information and discussions regarding C&C Renegade! [ Server Rules ]

      19.5k
      posts
      • Assault
    3. Minecraft

      Information and discussions regarding Minecraft! [ Server Rules ]

      45
      posts
    4. Terraria

      Information and discussions regarding Terraria! [ Server Rules ]

      1.3k
      posts
    5. ARK:Survival Ascended

      Information for Ark players.

      140
      posts
    6. Team Fortress 2

      Information and discussions regarding Team Fortress 2

      351
      posts
  4. Rencorner Support

    1. IRC & Teamspeak

      Information and discussions regarding IRC & Teamspeak.

      578
      posts
    2. Technical Support

      Post any issues you have with Renegade, Minecraft, or your computer here.

      2k
      posts
    3. Downloads

      Downloads section for game skins and tools.

      147
      posts
  • Member Statistics

    6,602
    Total Members
    2,687
    Most Online
    Rangvald
    Newest Member
    Rangvald
    Joined
  • Donation Goals

    December 2026 yearly

    Funds needed by December 07, 2026


    33%
    711.02 USD of 2114.00 USD Donate Now
  • Top Donors

    1. 1
      406Alex
      406Alex
      20.00 USD
  • Popular Contributors

    1. 1
      iK4l3l
      iK4l3l
      1
    2. 2
      D4rX
      D4rX
      1
    3. 3
      trunkskgb
      trunkskgb
      1
    4. 4
      DaN
      DaN
      1
    5. 5
      C4miner
      C4miner
      0
  • Posts

    • MrYoyoZ
      Your first name:  John Your in game name: MrYoyoZ (Formerly MasterBlaster) Your age is?  60 Where you are from? Oregon How long you have been playing Minecraft?  Long ass time.  Was our server recommended by a friend? if so, who? nope If not, how did you find Rencorner (Name of server list?) Ive known about Rencorner from day one. :-) Do you play any other Rencorner games (ie  terraria)? Just Minecraft.  Are you using Java, Bedrock, Xbox, Switch to join?  Java. 
    • branmaarleyo361
      Інтернет-майданчик [url=https://myplanet.com.ua/]MyPlanet.com.ua[/url] — призначений для читачів, кому цікавий світ. Тут щодня з’являються дослідження про наукові відкриття, космос, рослин, психологію — а також про те, що варте уваги. Чи знаєте ви: - Що означає абревіатура BMW або кого називають м’ясними гігантами? - Потрібні слова для поздоровлень чи значення жіночих імен? - Полюбляєте читати про історію, саморозвиток або виховання дітей? Будь-яка з цих тем — зібрані в одному місці, українською мовою, без жодних обмежень. Головні напрямки: - Науковий прогрес - Астрономія та космос - Людина: здоров’я, психологія, біографії - Природа: фауна, флора, захист довкілля - Практичні рекомендації для дому - Актуальні події в Україні й за кордоном MyPlanet — це ваш особистий гід планетою знань. Приходьте на сайт, знайомтеся, пізнавайте більше!
    • MythicalJack101
      wooo! mc for the win!
    • shaitan
      It's that time of year again, Renegade Nerds. Renegade's anniversary is this week, and we'll be shutting down the RC Renegade servers from Feb 21st-Mar 1st. Join the Anniversary server being put up by W3dhub this year! gtfo  
    • MythicalJack101
      Chatgpt! Especially when you go to chatgpt 5+ premium website coding! If your servers are showing 0/0 players after upgrading the PC, that almost always means the server query system is not responding, not that the server is broken. Game listings like the one on Rencorner use something called a Steam/UDP query to ask the server how many players are online. If that query port is blocked, misconfigured, or forwarded to the wrong IP, the website cannot read the player count and it displays 0/0. First, make sure the server itself is actually running by launching it on the new PC and trying to connect locally using 127.0.0.1:PORT (replace PORT with your game port like 27015 or whatever your server uses). If you can join locally, the server is fine and the issue is network-related. Next, check your server configuration files or launch parameters and confirm what ports it is using — most Source/Steam games use something like -port 27015 and may also use a query port (often the same port or 27016). Now the most important part: when you upgraded the PC, the internal IP address likely changed, which breaks router port forwarding. Open Command Prompt and type ipconfig, find the new IPv4 address (something like 192.168.1.xxx), then log into your router and go to Port Forwarding. Make sure the game port and query port are forwarded to the NEW internal IP of this upgraded PC, using UDP protocol (most game queries use UDP, not TCP). If the router is still forwarding to the old PC’s IP, the query will fail and show 0/0. After that, you must also fix Windows Firewall on the new PC because upgrading or reinstalling Windows resets firewall rules. Open Windows Defender Firewall → Advanced Settings → Inbound Rules → New Rule → choose Port → select UDP → enter your game port (example 27015) → Allow connection → check all profiles (Private, Public, Domain) → name it something clear. Repeat for any additional ports your game uses. If you want to be extra safe, create outbound UDP rules as well. Once router forwarding is correct and firewall rules are open for UDP, restart the server completely and test it from outside your network (for example using the game server browser from a different connection). If everything is configured correctly, the server will start responding to queries and the player count will update instead of showing 0/0. In almost every case after a hardware upgrade, the problem is either wrong internal IP in the router or Windows Firewall blocking UDP query traffic, so fixing those two things properly will solve it. If you tell me whether this is hosted at home or on a dedicated/VPS server, I can tailor the exact ports and commands for your specific game so it works 100%. Chatgpt wrote that! So maybe it can help i dont know but i guess it can maybe help
  • Topics

  • Recent Achievements

    • Conversation Starter
      MrYoyoZ
      MrYoyoZ earned a badge
      Conversation Starter
    • One Year In
      MrYoyoZ
      MrYoyoZ earned a badge
      One Year In
    • One Month Later
      MrYoyoZ
      MrYoyoZ earned a badge
      One Month Later
    • Week One Done
      MrYoyoZ
      MrYoyoZ earned a badge
      Week One Done
    • First Post
      branmaarleyo361
      branmaarleyo361 earned a badge
      First Post
  • Latest Donations

×
×
  • Create New...