{"id":63311,"date":"2024-05-02T08:17:02","date_gmt":"2024-05-02T08:17:02","guid":{"rendered":"https:\/\/www.ginx.tv\/dedicated-server-setup"},"modified":"2024-07-19T13:58:01","modified_gmt":"2024-07-19T13:58:01","slug":"dedicated-server-setup","status":"publish","type":"post","link":"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup","title":{"rendered":"V Rising Dedicated Server Set Up Guide (Update 1.0)"},"content":{"rendered":"<p>Want to know how to set up a FREE V Rising dedicated server? You&#8217;re in the right spot! With the official release version (<a href=\"https:\/\/www.ginx.tv\/en\/v-rising\/full-release-date\">update 1.0<\/a>) coming on May 8, you&#8217;re probably gearing up for some epic battles as you attempt to establish your vampire dominion in Vardoran.<\/p>\n<p>That said, V Rising dedicated servers are great for hosting your own world, where you can have custom settings and play without the limitations of public servers. This guide will show you how to set up a V Rising dedicated server for free on PC!<\/p>\n<p><pre><strong>Editor's Note:<\/strong> These are the exact steps I took to get my own V Rising dedicated server set up. If anything is not clear, drop me an email at <a href=\"mailto:chad.kemp@www.ginx.tv\">chad.kemp@www.ginx.tv<\/a> and I'll try help you!<\/pre>\n<\/p>\n<h2>How To Host V Rising Dedicated Server For Free<\/h2>\n<p>To set up a V Rising dedicated server on your own computer, follow the following instructions. These steps allow you to host a free server that&#8217;s available for you and your friends to join at any time&mdash;as long as your computer is continuously running and connected to the internet.<\/p>\n<h3>Step 1: Download and Install the V Rising Dedicated Server From Steam<\/h3>\n<ul>\n<li><strong>Access Steam Tools<\/strong>: Open your Steam client. In the Library, select the &#8220;Tools&#8221; section. If you don&#8217;t see it, expand the library filter and make sure &#8220;Tools&#8221; is checked.<\/li>\n<li><strong>Find and Install the Server<\/strong>: Search for &#8220;V Rising Dedicated Server&#8221; in the Tools list. Once found, download and install it just like any other game on Steam. Choose a storage location with sufficient space (an SSD isn&#8217;t necessary).<\/li>\n<\/ul>\n<h3>Step 2: Configure the Server Files<\/h3>\n<ul>\n<li><strong>Browse Local Files<\/strong>: Right-click on &#8220;V Rising Dedicated Server&#8221; in Steam, go to &#8220;Manage,&#8221; and click &#8220;Browse local files&#8221; to open the server&#8217;s installation directory (for me, it&#8217;s C:Program Files (x86)SteamsteamappscommonVRisingDedicatedServer.<\/li>\n<li><strong>Edit Start.bat File<\/strong>: Locate and edit the <code>Start_Server_Example.bat<\/code> file (this should be in the root directory of the folder). Ensure you have file extensions visible to identify the file correctly. Change the server settings such as server name, save path, and log file within the batch file. Use quotes for paths with spaces.<\/li>\n<\/ul>\n<section class=\"accordion-box\">\n<div class=\"accordion-box-title\">Example: Start_Server_Example.bat<\/div>\n<div class=\"accordion-box-description\">\n<p><code>@echo off<\/code><br \/><code>REM Copy this script to your own file and modify to your content. This file can be overwritten when updating.<\/code><br \/><code>set SteamAppId=1604030<\/code><br \/><code>echo \"Starting V Rising Dedicated Server - PRESS CTRL-C to exit\"<\/code><\/p>\n<p><code>@echo on<\/code><br \/><code>VRisingServer.exe -persistentDataPath .save-data -serverName \"SERVER NAME\" -saveName \"world1\" -logFile \".logsVRisingServer.log\"<\/code><\/p>\n<\/div>\n<\/section>\n<ul>\n<li><strong>Run Start.bat<\/strong>: Execute the <code>Start_Server_Example.bat<\/code> file to generate initial server files and folders like logs and save data.<\/li>\n<\/ul>\n<h3>Step 3: Modify the V Rising Dedicated Server Settings<\/h3>\n<ul>\n<li><strong>Navigate to Configuration<\/strong>: After running the .bat file, you should see new files and folders. Go to the following directory: VRisingServer_DataStreamingAssetsSettings&nbsp;<\/li>\n<li><strong>Edit Configuration<\/strong>: Open and edit <code>ServerHostSettings.json<\/code> and <code>ServerGameSettings.json<\/code> to adjust server settings like server name, ports, and gameplay settings (PvP, PvE, etc.).&nbsp;\n<ul>\n<li>Ensure that the server name in the <code>ServerHostSettings.json<\/code> file matches the server name in the <code>Start_Server_Example.bat<\/code> file exactly!<\/li>\n<li>To ensure your V Rising dedicated server appears on the public list, I suggest that you change the server <code>Port<\/code> to 27015 and the <code>QueryPort<\/code> to 27016 in your server&#8217;s configuration file, replacing the default values of 9876 and 9877, respectively. Also, change the <code>ListOnSteam<\/code> and <code>ListOnEOS<\/code> values to &#8220;true&#8221;.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<section class=\"accordion-box\">\n<div class=\"accordion-box-title\">Example: ServerHostSettings.json<\/div>\n<div class=\"accordion-box-description\">\n<p><code>{<\/code><br \/><code>&nbsp; \"Name\": \"SERVER NAME\",<\/code><br \/><code>&nbsp; \"Description\": \"LOL\",<\/code><br \/><code>&nbsp; \"Port\": 27015,<\/code><br \/><code>&nbsp; \"QueryPort\": 27016,<\/code><br \/><code>&nbsp; \"MaxConnectedUsers\": 100,<\/code><br \/><code>&nbsp; \"MaxConnectedAdmins\": 4,<\/code><br \/><code>&nbsp; \"ServerFps\": 30,<\/code><br \/><code>&nbsp; \"SaveName\": \"world1\",<\/code><br \/><code>&nbsp; \"Password\": \"\",<\/code><br \/><code>&nbsp; \"Secure\": true,<\/code><br \/><code>&nbsp; \"ListOnSteam\": true,<\/code><br \/><code>&nbsp; \"ListOnEOS\": true,<\/code><br \/><code>&nbsp; \"AutoSaveCount\": 20,<\/code><br \/><code>&nbsp; \"AutoSaveInterval\": 120,<\/code><br \/><code>&nbsp; \"CompressSaveFiles\": true,<\/code><br \/><code>&nbsp; \"GameSettingsPreset\": \"\",<\/code><br \/><code>&nbsp; \"GameDifficultyPreset\": \"\",<\/code><br \/><code>&nbsp; \"AdminOnlyDebugEvents\": true,<\/code><br \/><code>&nbsp; \"DisableDebugEvents\": false,<\/code><br \/><code>&nbsp; \"API\": {<\/code><br \/><code>&nbsp; &nbsp; \"Enabled\": false<\/code><br \/><code>&nbsp; },<\/code><br \/><code>&nbsp; \"Rcon\": {<\/code><br \/><code>&nbsp; &nbsp; \"Enabled\": false,<\/code><br \/><code>&nbsp; &nbsp; \"Port\": 25575,<\/code><br \/><code>&nbsp; &nbsp; \"Password\": \"\"<\/code><br \/><code>&nbsp; }<\/code><br \/><code>}<\/code><\/p>\n<\/div>\n<\/section>\n<section class=\"accordion-box\">\n<div class=\"accordion-box-title\">Example: ServerGameSettings.json<\/div>\n<div class=\"accordion-box-description\">\n<p><code>{<br \/>&nbsp; \"GameDifficulty\": \"Normal\",<br \/>&nbsp; \"GameModeType\": \"PvP\",<br \/>&nbsp; \"CastleDamageMode\": \"Never\",<br \/>&nbsp; \"SiegeWeaponHealth\": \"Normal\",<br \/>&nbsp; \"PlayerDamageMode\": \"Always\",<br \/>&nbsp; \"CastleHeartDamageMode\": \"CanBeDestroyedByPlayers\",<br \/>&nbsp; \"PvPProtectionMode\": \"Medium\",<br \/>&nbsp; \"DeathContainerPermission\": \"Anyone\",<br \/>&nbsp; \"RelicSpawnType\": \"Unique\",<br \/>&nbsp; \"CanLootEnemyContainers\": true,<br \/>&nbsp; \"BloodBoundEquipment\": true,<br \/>&nbsp; \"TeleportBoundItems\": true,<br \/>&nbsp; \"BatBoundItems\": false,<br \/>&nbsp; \"AllowGlobalChat\": true,<br \/>&nbsp; \"AllWaypointsUnlocked\": false,<br \/>&nbsp; \"FreeCastleRaid\": false,<br \/>&nbsp; \"FreeCastleClaim\": false,<br \/>&nbsp; \"FreeCastleDestroy\": false,<br \/>&nbsp; \"InactivityKillEnabled\": true,<br \/>&nbsp; \"InactivityKillTimeMin\": 3600,<br \/>&nbsp; \"InactivityKillTimeMax\": 604800,<br \/>&nbsp; \"InactivityKillSafeTimeAddition\": 172800,<br \/>&nbsp; \"InactivityKillTimerMaxItemLevel\": 84,<br \/>&nbsp; \"StartingProgressionLevel\": 0,<br \/>&nbsp; \"DisableDisconnectedDeadEnabled\": true,<br \/>&nbsp; \"DisableDisconnectedDeadTimer\": 60,<br \/>&nbsp; \"DisconnectedSunImmunityTime\": 300.0,<br \/>&nbsp; \"InventoryStacksModifier\": 1.0,<br \/>&nbsp; \"DropTableModifier_General\": 1.0,<br \/>&nbsp; \"DropTableModifier_Missions\": 1.0,<br \/>&nbsp; \"MaterialYieldModifier_Global\": 1.0,<br \/>&nbsp; \"BloodEssenceYieldModifier\": 1.0,<br \/>&nbsp; \"JournalVBloodSourceUnitMaxDistance\": 25.0,<br \/>&nbsp; \"PvPVampireRespawnModifier\": 1.0,<br \/>&nbsp; \"CastleMinimumDistanceInFloors\": 2,<br \/>&nbsp; \"ClanSize\": 4,<br \/>&nbsp; \"BloodDrainModifier\": 1.0,<br \/>&nbsp; \"DurabilityDrainModifier\": 1.0,<br \/>&nbsp; \"GarlicAreaStrengthModifier\": 1.0,<br \/>&nbsp; \"HolyAreaStrengthModifier\": 1.0,<br \/>&nbsp; \"SilverStrengthModifier\": 1.0,<br \/>&nbsp; \"SunDamageModifier\": 1.0,<br \/>&nbsp; \"CastleDecayRateModifier\": 1.0,<br \/>&nbsp; \"CastleBloodEssenceDrainModifier\": 1.0,<br \/>&nbsp; \"CastleSiegeTimer\": 420.0,<br \/>&nbsp; \"CastleUnderAttackTimer\": 60.0,<br \/>&nbsp; \"CastleRaidTimer\": 600.0,<br \/>&nbsp; \"CastleRaidProtectionTime\": 1800.0,<br \/>&nbsp; \"CastleExposedFreeClaimTimer\": 300.0,<br \/>&nbsp; \"CastleRelocationCooldown\": 10800.0,<br \/>&nbsp; \"CastleRelocationEnabled\": true,<br \/>&nbsp; \"AnnounceSiegeWeaponSpawn\": true,<br \/>&nbsp; \"ShowSiegeWeaponMapIcon\": false,<br \/>&nbsp; \"BuildCostModifier\": 1.0,<br \/>&nbsp; \"RecipeCostModifier\": 1.0,<br \/>&nbsp; \"CraftRateModifier\": 1.0,<br \/>&nbsp; \"ResearchCostModifier\": 1.0,<br \/>&nbsp; \"RefinementCostModifier\": 1.0,<br \/>&nbsp; \"RefinementRateModifier\": 1.0,<br \/>&nbsp; \"ResearchTimeModifier\": 1.0,<br \/>&nbsp; \"DismantleResourceModifier\": 1.0,<br \/>&nbsp; \"ServantConvertRateModifier\": 1.0,<br \/>&nbsp; \"RepairCostModifier\": 1.0,<br \/>&nbsp; \"Death_DurabilityFactorLoss\": 0.125,<br \/>&nbsp; \"Death_DurabilityLossFactorAsResources\": 1.0,<br \/>&nbsp; \"StarterEquipmentId\": 0,<br \/>&nbsp; \"StarterResourcesId\": 0,<br \/>&nbsp; \"VBloodUnitSettings\": [],<br \/>&nbsp; \"UnlockedAchievements\": [],<br \/>&nbsp; \"UnlockedResearchs\": [],<br \/>&nbsp; \"GameTimeModifiers\": {<br \/>&nbsp; &nbsp; \"DayDurationInSeconds\": 540.0,<br \/>&nbsp; &nbsp; \"DayStartHour\": 9,<br \/>&nbsp; &nbsp; \"DayStartMinute\": 0,<br \/>&nbsp; &nbsp; \"DayEndHour\": 17,<br \/>&nbsp; &nbsp; \"DayEndMinute\": 0,<br \/>&nbsp; &nbsp; \"BloodMoonFrequency_Min\": 10,<br \/>&nbsp; &nbsp; \"BloodMoonFrequency_Max\": 18,<br \/>&nbsp; &nbsp; \"BloodMoonBuff\": 0.2<br \/>&nbsp; },<br \/>&nbsp; \"VampireStatModifiers\": {<br \/>&nbsp; &nbsp; \"MaxHealthModifier\": 1.0,<br \/>&nbsp; &nbsp; \"PhysicalPowerModifier\": 1.0,<br \/>&nbsp; &nbsp; \"SpellPowerModifier\": 1.0,<br \/>&nbsp; &nbsp; \"ResourcePowerModifier\": 1.2,<br \/>&nbsp; &nbsp; \"SiegePowerModifier\": 1.0,<br \/>&nbsp; &nbsp; \"DamageReceivedModifier\": 1.0,<br \/>&nbsp; &nbsp; \"ReviveCancelDelay\": 5.0<br \/>&nbsp; },<br \/>&nbsp; \"UnitStatModifiers_Global\": {<br \/>&nbsp; &nbsp; \"MaxHealthModifier\": 1.0,<br \/>&nbsp; &nbsp; \"PowerModifier\": 1.0,<br \/>&nbsp; &nbsp; \"LevelIncrease\": 0<br \/>&nbsp; },<br \/>&nbsp; \"UnitStatModifiers_VBlood\": {<br \/>&nbsp; &nbsp; \"MaxHealthModifier\": 1.0,<br \/>&nbsp; &nbsp; \"PowerModifier\": 1.0,<br \/>&nbsp; &nbsp; \"LevelIncrease\": 0<br \/>&nbsp; },<br \/>&nbsp; \"EquipmentStatModifiers_Global\": {<br \/>&nbsp; &nbsp; \"MaxHealthModifier\": 1.0,<br \/>&nbsp; &nbsp; \"ResourceYieldModifier\": 1.0,<br \/>&nbsp; &nbsp; \"PhysicalPowerModifier\": 1.0,<br \/>&nbsp; &nbsp; \"SpellPowerModifier\": 1.0,<br \/>&nbsp; &nbsp; \"SiegePowerModifier\": 1.0,<br \/>&nbsp; &nbsp; \"MovementSpeedModifier\": 1.0<br \/>&nbsp; },<br \/>&nbsp; \"CastleStatModifiers_Global\": {<br \/>&nbsp; &nbsp; \"TickPeriod\": 5.0,<br \/>&nbsp; &nbsp; \"SafetyBoxLimit\": 1,<br \/>&nbsp; &nbsp; \"EyeStructuresLimit\": 1,<br \/>&nbsp; &nbsp; \"TombLimit\": 12,<br \/>&nbsp; &nbsp; \"VerminNestLimit\": 4,<br \/>&nbsp; &nbsp; \"PrisonCellLimit\": 16,<br \/>&nbsp; &nbsp; \"HeartLimits\": {<br \/>&nbsp; &nbsp; &nbsp; \"Level1\": {<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"FloorLimit\": 50,<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"ServantLimit\": 4,<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"BuildLimits\": 2,<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"HeightLimit\": 3<br \/>&nbsp; &nbsp; &nbsp; },<br \/>&nbsp; &nbsp; &nbsp; \"Level2\": {<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"FloorLimit\": 140,<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"ServantLimit\": 5,<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"BuildLimits\": 2,<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"HeightLimit\": 3<br \/>&nbsp; &nbsp; &nbsp; },<br \/>&nbsp; &nbsp; &nbsp; \"Level3\": {<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"FloorLimit\": 240,<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"ServantLimit\": 6,<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"BuildLimits\": 2,<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"HeightLimit\": 3<br \/>&nbsp; &nbsp; &nbsp; },<br \/>&nbsp; &nbsp; &nbsp; \"Level4\": {<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"FloorLimit\": 360,<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"ServantLimit\": 7,<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"BuildLimits\": 2,<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"HeightLimit\": 3<br \/>&nbsp; &nbsp; &nbsp; },<br \/>&nbsp; &nbsp; &nbsp; \"Level5\": {<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"FloorLimit\": 550,<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"ServantLimit\": 8,<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"BuildLimits\": 2,<br \/>&nbsp; &nbsp; &nbsp; &nbsp; \"HeightLimit\": 3<br \/>&nbsp; &nbsp; &nbsp; }<br \/>&nbsp; &nbsp; },<br \/>&nbsp; &nbsp; \"CastleLimit\": 2,<br \/>&nbsp; &nbsp; \"NetherGateLimit\": 1,<br \/>&nbsp; &nbsp; \"ThroneOfDarknessLimit\": 1<br \/>&nbsp; },<br \/>&nbsp; \"PlayerInteractionSettings\": {<br \/>&nbsp; &nbsp; \"TimeZone\": \"Local\",<br \/>&nbsp; &nbsp; \"VSPlayerWeekdayTime\": {<br \/>&nbsp; &nbsp; &nbsp; \"StartHour\": 20,<br \/>&nbsp; &nbsp; &nbsp; \"StartMinute\": 0,<br \/>&nbsp; &nbsp; &nbsp; \"EndHour\": 22,<br \/>&nbsp; &nbsp; &nbsp; \"EndMinute\": 0<br \/>&nbsp; &nbsp; },<br \/>&nbsp; &nbsp; \"VSPlayerWeekendTime\": {<br \/>&nbsp; &nbsp; &nbsp; \"StartHour\": 20,<br \/>&nbsp; &nbsp; &nbsp; \"StartMinute\": 0,<br \/>&nbsp; &nbsp; &nbsp; \"EndHour\": 22,<br \/>&nbsp; &nbsp; &nbsp; \"EndMinute\": 0<br \/>&nbsp; &nbsp; },<br \/>&nbsp; &nbsp; \"VSCastleWeekdayTime\": {<br \/>&nbsp; &nbsp; &nbsp; \"StartHour\": 20,<br \/>&nbsp; &nbsp; &nbsp; \"StartMinute\": 0,<br \/>&nbsp; &nbsp; &nbsp; \"EndHour\": 22,<br \/>&nbsp; &nbsp; &nbsp; \"EndMinute\": 0<br \/>&nbsp; &nbsp; },<br \/>&nbsp; &nbsp; \"VSCastleWeekendTime\": {<br \/>&nbsp; &nbsp; &nbsp; \"StartHour\": 20,<br \/>&nbsp; &nbsp; &nbsp; \"StartMinute\": 0,<br \/>&nbsp; &nbsp; &nbsp; \"EndHour\": 22,<br \/>&nbsp; &nbsp; &nbsp; \"EndMinute\": 0<br \/>&nbsp; &nbsp; }<br \/>&nbsp; },<br \/>&nbsp; \"TraderModifiers\": {<br \/>&nbsp; &nbsp; \"StockModifier\": 1.0,<br \/>&nbsp; &nbsp; \"PriceModifier\": 1.0,<br \/>&nbsp; &nbsp; \"RestockTimerModifier\": 1.0<br \/>&nbsp; },<br \/>&nbsp; \"WarEventGameSettings\": {<br \/>&nbsp; &nbsp; \"Interval\": 1,<br \/>&nbsp; &nbsp; \"MajorDuration\": 1,<br \/>&nbsp; &nbsp; \"MinorDuration\": 1,<br \/>&nbsp; &nbsp; \"WeekdayTime\": {<br \/>&nbsp; &nbsp; &nbsp; \"StartHour\": 0,<br \/>&nbsp; &nbsp; &nbsp; \"StartMinute\": 0,<br \/>&nbsp; &nbsp; &nbsp; \"EndHour\": 23,<br \/>&nbsp; &nbsp; &nbsp; \"EndMinute\": 59<br \/>&nbsp; &nbsp; },<br \/>&nbsp; &nbsp; \"WeekendTime\": {<br \/>&nbsp; &nbsp; &nbsp; \"StartHour\": 0,<br \/>&nbsp; &nbsp; &nbsp; \"StartMinute\": 0,<br \/>&nbsp; &nbsp; &nbsp; \"EndHour\": 23,<br \/>&nbsp; &nbsp; &nbsp; \"EndMinute\": 59<br \/>&nbsp; &nbsp; },<br \/>&nbsp; &nbsp; \"ScalingPlayers1\": {<br \/>&nbsp; &nbsp; &nbsp; \"PointsModifier\": 1.0,<br \/>&nbsp; &nbsp; &nbsp; \"DropModifier\": 1.0<br \/>&nbsp; &nbsp; },<br \/>&nbsp; &nbsp; \"ScalingPlayers2\": {<br \/>&nbsp; &nbsp; &nbsp; \"PointsModifier\": 0.5,<br \/>&nbsp; &nbsp; &nbsp; \"DropModifier\": 0.5<br \/>&nbsp; &nbsp; },<br \/>&nbsp; &nbsp; \"ScalingPlayers3\": {<br \/>&nbsp; &nbsp; &nbsp; \"PointsModifier\": 0.25,<br \/>&nbsp; &nbsp; &nbsp; \"DropModifier\": 0.25<br \/>&nbsp; &nbsp; },<br \/>&nbsp; &nbsp; \"ScalingPlayers4\": {<br \/>&nbsp; &nbsp; &nbsp; \"PointsModifier\": 0.25,<br \/>&nbsp; &nbsp; &nbsp; \"DropModifier\": 0.25<br \/>&nbsp; &nbsp; }<br \/>&nbsp; }<br \/>}<\/code><\/p>\n<\/div>\n<\/section>\n<h3>Step 4: Port Forwarding<\/h3>\n<ul>\n<li><strong>Port Forwarding<\/strong>: Configure your router to forward the ports used by V Rising. This step is essential for allowing external connections to your server. Unfortunately, I can only provide a detailed explanation for my own router settings.\n<ul>\n<li>For my router (ASUS RT-AC58U), I had to navigate to the &#8220;WAN&#8221; settings under the &#8220;Advanced Settings&#8221; menu and then click on the &#8220;Virtual Server \/ Port Forwarding&#8221; tab.<\/li>\n<li>I then created a new Port Forwarding rule for UDP\/TCP ports 9876, 9877 (official V Rising ports), 27015, 27016, and 27031-27036 (official Steam ports). The GitHub claims that only UDP ports must be forwarded&mdash;however, I found that the dedicated server was only discoverable after whitelisting all of these ports.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Windows Firewall<\/strong>: Add rules to allow incoming and outgoing connections for your server&rsquo;s ports in Windows Defender Firewall. You&#8217;ll need to create both inbound and outbound rules for the UDP\/TCP ports used by the server (i.e., this includes ports 9876, 9877, 27015, 27016, and 27031-27036).<\/li>\n<\/ul>\n<h3>Step 5: Final Steps<\/h3>\n<ul>\n<li><strong>Start the Server<\/strong>: Double-click on&nbsp;<code>Start_Server_Example.bat <\/code>to launch the server. The server should be discoverable under the V Rising PvP\/PvE public server list. Your friends can also connect directly to your server using your external (public) IP address. If you still cannot see your V Rising dedicated server appear on the public server list, you may have a filter enabled. Ensure that Merciless and empty servers are visible.<\/li>\n<\/ul>\n<p>And that&#8217;s all! I primarily made this V Rising dedicated server guide because I found GitHub quite confusing. Apart from Reddit threads, there were also no solutions to the V Rising server not appearing on the public list. So, hopefully, this guide is comprehensive and covers all those knowledge gaps!<\/p>\n<div id=\"highlighter--hover-tools\" style=\"display: none;\">\n<div id=\"highlighter--hover-tools--container\">\n<div class=\"highlighter--icon highlighter--icon-copy\" title=\"Copy\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-change-color\" title=\"Change Color\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-delete\" title=\"Delete\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<div id=\"highlighter--hover-tools\" style=\"display: none;\">\n<div id=\"highlighter--hover-tools--container\">\n<div class=\"highlighter--icon highlighter--icon-copy\" title=\"Copy\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-change-color\" title=\"Change Color\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-delete\" title=\"Delete\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<div id=\"highlighter--hover-tools\" style=\"display: none;\">\n<div id=\"highlighter--hover-tools--container\">\n<div class=\"highlighter--icon highlighter--icon-copy\" title=\"Copy\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-change-color\" title=\"Change Color\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-delete\" title=\"Delete\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<div id=\"highlighter--hover-tools\" style=\"display: none;\">\n<div id=\"highlighter--hover-tools--container\">\n<div class=\"highlighter--icon highlighter--icon-copy\" title=\"Copy\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-change-color\" title=\"Change Color\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-delete\" title=\"Delete\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<div id=\"highlighter--hover-tools\" style=\"display: none;\">\n<div id=\"highlighter--hover-tools--container\">\n<div class=\"highlighter--icon highlighter--icon-copy\" title=\"Copy\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-change-color\" title=\"Change Color\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-delete\" title=\"Delete\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<div id=\"highlighter--hover-tools\" style=\"display: none;\">\n<div id=\"highlighter--hover-tools--container\">\n<div class=\"highlighter--icon highlighter--icon-copy\" title=\"Copy\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-change-color\" title=\"Change Color\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-delete\" title=\"Delete\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<div id=\"highlighter--hover-tools\" style=\"display: none;\">\n<div id=\"highlighter--hover-tools--container\">\n<div class=\"highlighter--icon highlighter--icon-copy\" title=\"Copy\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-change-color\" title=\"Change Color\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-delete\" title=\"Delete\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<div id=\"highlighter--hover-tools\" style=\"display: none;\">\n<div id=\"highlighter--hover-tools--container\">\n<div class=\"highlighter--icon highlighter--icon-copy\" title=\"Copy\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-change-color\" title=\"Change Color\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-delete\" title=\"Delete\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<div id=\"highlighter--hover-tools\" style=\"display: none;\">\n<div id=\"highlighter--hover-tools--container\">\n<div class=\"highlighter--icon highlighter--icon-copy\" title=\"Copy\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-change-color\" title=\"Change Color\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-delete\" title=\"Delete\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<div id=\"highlighter--hover-tools\" style=\"display: none;\">\n<div id=\"highlighter--hover-tools--container\">\n<div class=\"highlighter--icon highlighter--icon-copy\" title=\"Copy\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-change-color\" title=\"Change Color\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-delete\" title=\"Delete\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<div id=\"highlighter--hover-tools\" style=\"display: none;\">\n<div id=\"highlighter--hover-tools--container\">\n<div class=\"highlighter--icon highlighter--icon-copy\" title=\"Copy\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-change-color\" title=\"Change Color\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-delete\" title=\"Delete\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<div id=\"highlighter--hover-tools\" style=\"display: none;\">\n<div id=\"highlighter--hover-tools--container\">\n<div class=\"highlighter--icon highlighter--icon-copy\" title=\"Copy\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-change-color\" title=\"Change Color\">&nbsp;<\/div>\n<div class=\"highlighter--icon highlighter--icon-delete\" title=\"Delete\">&nbsp;<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Want to know how to set up a FREE V Rising dedicated server? You&#8217;re in the right spot! With the official release version (update 1.0)&#8230;<\/p>\n","protected":false},"author":5335,"featured_media":63312,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"tags":[],"class_list":["post-63311","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-v-rising","genre-survival","content_type-guide-tutorial"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>V Rising Dedicated Server Set Up Guide (Update 1.0) - GINX TV<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.ginx.tv\/en\/wp-json\/wp\/v2\/posts\/63311\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"V Rising Dedicated Server Set Up Guide (Update 1.0) - GINX TV\" \/>\n<meta property=\"og:description\" content=\"Want to know how to set up a FREE V Rising dedicated server? You&#8217;re in the right spot! With the official release version (update 1.0)...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup\" \/>\n<meta property=\"og:site_name\" content=\"GINX TV\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-02T08:17:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-19T13:58:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.ginx.tv\/en\/wp-content\/uploads\/sites\/3\/2025\/12\/v-rising-generic-vardoran.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1\" \/>\n\t<meta property=\"og:image:height\" content=\"1\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Chadley Kemp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/itsactuallychad\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Chadley Kemp\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup\"},\"author\":{\"name\":\"Chadley Kemp\",\"@id\":\"https:\/\/www.ginx.tv\/en\/#\/schema\/person\/eb0aaf747d980ce4cb1489df0b0dfc8c\"},\"headline\":\"V Rising Dedicated Server Set Up Guide (Update 1.0)\",\"datePublished\":\"2024-05-02T08:17:02+00:00\",\"dateModified\":\"2024-07-19T13:58:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup\"},\"wordCount\":797,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.ginx.tv\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.ginx.tv\/en\/wp-content\/uploads\/sites\/3\/2025\/12\/v-rising-generic-vardoran.png\",\"articleSection\":[\"V Rising\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup\",\"url\":\"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup\",\"name\":\"V Rising Dedicated Server Set Up Guide (Update 1.0) - GINX TV\",\"isPartOf\":{\"@id\":\"https:\/\/www.ginx.tv\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.ginx.tv\/en\/wp-content\/uploads\/sites\/3\/2025\/12\/v-rising-generic-vardoran.png\",\"datePublished\":\"2024-05-02T08:17:02+00:00\",\"dateModified\":\"2024-07-19T13:58:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup#primaryimage\",\"url\":\"https:\/\/www.ginx.tv\/en\/wp-content\/uploads\/sites\/3\/2025\/12\/v-rising-generic-vardoran.png\",\"contentUrl\":\"https:\/\/www.ginx.tv\/en\/wp-content\/uploads\/sites\/3\/2025\/12\/v-rising-generic-vardoran.png\",\"caption\":\"V Rising Dedicated Server Set Up Guide (Update 1.0)\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.ginx.tv\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"V Rising Dedicated Server Set Up Guide (Update 1.0)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.ginx.tv\/en\/#website\",\"url\":\"https:\/\/www.ginx.tv\/en\/\",\"name\":\"GINX TV\",\"description\":\"GINX TV\",\"publisher\":{\"@id\":\"https:\/\/www.ginx.tv\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.ginx.tv\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.ginx.tv\/en\/#organization\",\"name\":\"GINX TV\",\"url\":\"https:\/\/www.ginx.tv\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.ginx.tv\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.ginx.tv\/en\/wp-content\/uploads\/sites\/3\/2025\/12\/header-new-logo1.svg\",\"contentUrl\":\"https:\/\/www.ginx.tv\/en\/wp-content\/uploads\/sites\/3\/2025\/12\/header-new-logo1.svg\",\"width\":200,\"height\":40,\"caption\":\"GINX TV\"},\"image\":{\"@id\":\"https:\/\/www.ginx.tv\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.ginx.tv\/en\/#\/schema\/person\/eb0aaf747d980ce4cb1489df0b0dfc8c\",\"name\":\"Chadley Kemp\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.ginx.tv\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.ginx.tv\/wp-content\/uploads\/2025\/12\/chad2-96x96.jpg\",\"contentUrl\":\"https:\/\/www.ginx.tv\/wp-content\/uploads\/2025\/12\/chad2-96x96.jpg\",\"caption\":\"Chadley Kemp\"},\"description\":\"Chadley is an Editor at GINX. He is a diverse writer and essentially the Swiss Army knife of the team. With expertise in MOBA games like Dota 2 and League of Legends, survival titles including V Rising and Dead Island 2, and sandbox games like GTA Online and Roblox, there's no topic Chadley can't tackle. In addition to his love for all things esports- and crypto-related, he is also passionate about streaming entertainment, covering the hottest trending news and drama surrounding TikTok, Twitch, and YouTube personalities. Outside of gaming, Chadley has a Ph.D. in Physiology, with his work spanning medical and high-impact scientific journals like Frontiers in Neuroscience and even content marketing. Sounds cool? That's because he is. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\",\"sameAs\":[\"https:\/\/x.com\/https:\/\/twitter.com\/itsactuallychad\"],\"url\":\"https:\/\/www.ginx.tv\/en\/author\/chadley-kemp\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"V Rising Dedicated Server Set Up Guide (Update 1.0) - GINX TV","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.ginx.tv\/en\/wp-json\/wp\/v2\/posts\/63311","og_locale":"en_US","og_type":"article","og_title":"V Rising Dedicated Server Set Up Guide (Update 1.0) - GINX TV","og_description":"Want to know how to set up a FREE V Rising dedicated server? You&#8217;re in the right spot! With the official release version (update 1.0)...","og_url":"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup","og_site_name":"GINX TV","article_published_time":"2024-05-02T08:17:02+00:00","article_modified_time":"2024-07-19T13:58:01+00:00","og_image":[{"url":"https:\/\/www.ginx.tv\/en\/wp-content\/uploads\/sites\/3\/2025\/12\/v-rising-generic-vardoran.png","width":1,"height":1,"type":"image\/png"}],"author":"Chadley Kemp","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/itsactuallychad","twitter_misc":{"Written by":"Chadley Kemp","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup#article","isPartOf":{"@id":"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup"},"author":{"name":"Chadley Kemp","@id":"https:\/\/www.ginx.tv\/en\/#\/schema\/person\/eb0aaf747d980ce4cb1489df0b0dfc8c"},"headline":"V Rising Dedicated Server Set Up Guide (Update 1.0)","datePublished":"2024-05-02T08:17:02+00:00","dateModified":"2024-07-19T13:58:01+00:00","mainEntityOfPage":{"@id":"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup"},"wordCount":797,"commentCount":0,"publisher":{"@id":"https:\/\/www.ginx.tv\/en\/#organization"},"image":{"@id":"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup#primaryimage"},"thumbnailUrl":"https:\/\/www.ginx.tv\/en\/wp-content\/uploads\/sites\/3\/2025\/12\/v-rising-generic-vardoran.png","articleSection":["V Rising"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup","url":"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup","name":"V Rising Dedicated Server Set Up Guide (Update 1.0) - GINX TV","isPartOf":{"@id":"https:\/\/www.ginx.tv\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup#primaryimage"},"image":{"@id":"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup#primaryimage"},"thumbnailUrl":"https:\/\/www.ginx.tv\/en\/wp-content\/uploads\/sites\/3\/2025\/12\/v-rising-generic-vardoran.png","datePublished":"2024-05-02T08:17:02+00:00","dateModified":"2024-07-19T13:58:01+00:00","breadcrumb":{"@id":"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup#primaryimage","url":"https:\/\/www.ginx.tv\/en\/wp-content\/uploads\/sites\/3\/2025\/12\/v-rising-generic-vardoran.png","contentUrl":"https:\/\/www.ginx.tv\/en\/wp-content\/uploads\/sites\/3\/2025\/12\/v-rising-generic-vardoran.png","caption":"V Rising Dedicated Server Set Up Guide (Update 1.0)"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ginx.tv\/en\/v-rising\/dedicated-server-setup#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.ginx.tv\/en\/"},{"@type":"ListItem","position":2,"name":"V Rising Dedicated Server Set Up Guide (Update 1.0)"}]},{"@type":"WebSite","@id":"https:\/\/www.ginx.tv\/en\/#website","url":"https:\/\/www.ginx.tv\/en\/","name":"GINX TV","description":"GINX TV","publisher":{"@id":"https:\/\/www.ginx.tv\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.ginx.tv\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.ginx.tv\/en\/#organization","name":"GINX TV","url":"https:\/\/www.ginx.tv\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.ginx.tv\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.ginx.tv\/en\/wp-content\/uploads\/sites\/3\/2025\/12\/header-new-logo1.svg","contentUrl":"https:\/\/www.ginx.tv\/en\/wp-content\/uploads\/sites\/3\/2025\/12\/header-new-logo1.svg","width":200,"height":40,"caption":"GINX TV"},"image":{"@id":"https:\/\/www.ginx.tv\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.ginx.tv\/en\/#\/schema\/person\/eb0aaf747d980ce4cb1489df0b0dfc8c","name":"Chadley Kemp","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.ginx.tv\/en\/#\/schema\/person\/image\/","url":"https:\/\/www.ginx.tv\/wp-content\/uploads\/2025\/12\/chad2-96x96.jpg","contentUrl":"https:\/\/www.ginx.tv\/wp-content\/uploads\/2025\/12\/chad2-96x96.jpg","caption":"Chadley Kemp"},"description":"Chadley is an Editor at GINX. He is a diverse writer and essentially the Swiss Army knife of the team. With expertise in MOBA games like Dota 2 and League of Legends, survival titles including V Rising and Dead Island 2, and sandbox games like GTA Online and Roblox, there's no topic Chadley can't tackle. In addition to his love for all things esports- and crypto-related, he is also passionate about streaming entertainment, covering the hottest trending news and drama surrounding TikTok, Twitch, and YouTube personalities. Outside of gaming, Chadley has a Ph.D. in Physiology, with his work spanning medical and high-impact scientific journals like Frontiers in Neuroscience and even content marketing. Sounds cool? That's because he is. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;","sameAs":["https:\/\/x.com\/https:\/\/twitter.com\/itsactuallychad"],"url":"https:\/\/www.ginx.tv\/en\/author\/chadley-kemp"}]}},"modified_by":null,"_links":{"self":[{"href":"https:\/\/www.ginx.tv\/en\/wp-json\/wp\/v2\/posts\/63311","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ginx.tv\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ginx.tv\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ginx.tv\/en\/wp-json\/wp\/v2\/users\/5335"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ginx.tv\/en\/wp-json\/wp\/v2\/comments?post=63311"}],"version-history":[{"count":0,"href":"https:\/\/www.ginx.tv\/en\/wp-json\/wp\/v2\/posts\/63311\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ginx.tv\/en\/wp-json\/wp\/v2\/media\/63312"}],"wp:attachment":[{"href":"https:\/\/www.ginx.tv\/en\/wp-json\/wp\/v2\/media?parent=63311"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ginx.tv\/en\/wp-json\/wp\/v2\/tags?post=63311"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}