{"id":1879,"date":"2022-05-25T07:08:58","date_gmt":"2022-05-25T07:08:58","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/?p=1879"},"modified":"2026-06-15T12:17:47","modified_gmt":"2026-06-15T12:17:47","slug":"how-to-wipe-your-v-rising-server","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/","title":{"rendered":"How to Wipe your V Rising Server"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Wiping a V Rising server gives everyone a clean slate: fresh castles, fresh characters, and a brand-new world to conquer. It is the standard move at the end of a season, after a major patch like the 1.1 &#8220;Invaders of Oakveil&#8221; update, or whenever your world has filled up with abandoned bases and stale progression. But a wipe is also one of the most destructive admin actions you can take, so it pays to know exactly what gets deleted, where the save files live, and how to back everything up before you commit. This guide walks through the whole process for a self-hosted dedicated server running 1.1.x.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you would rather skip the file management entirely, our <a href=\"https:\/\/xgamingserver.com\/v-rising-server-hosting\">managed V Rising hosting plans<\/a> expose the save folders through a control panel so a wipe is a few clicks, and our <a href=\"https:\/\/xgamingserver.com\/docs\/v-rising\">V Rising server documentation<\/a> covers the panel-specific steps. The rest of this article explains what is happening under the hood so you understand the consequences either way.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What &#8220;wiping&#8221; a V Rising server actually means<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A V Rising server stores its entire game state in a single save folder on disk. Wiping the server means deleting (or replacing) that save so the server has nothing to load and generates a fresh world the next time it boots. There is no in-game &#8220;reset everything&#8221; button and no console command that nukes the world for you \u2014 the wipe happens at the file level, by removing the save directory.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Because everything lives in that one folder, a wipe is comprehensive. When you delete the save and restart, the server permanently removes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>All castles and castle hearts<\/strong> \u2014 every player-built base, station, and the territory plots claimed by castle hearts.<\/li>\n<li><strong>All player vampire characters and their progression<\/strong> \u2014 gear, V Blood unlocks, spell\/ability access, research, and recipes.<\/li>\n<li><strong>The world state for that save<\/strong> \u2014 server-side world data tied to the save name.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">In other words, after a wipe every player logs back in as a freshly spawned vampire with nothing. That is exactly what you want at the start of a new season, but it is irreversible without a backup \u2014 which is why the very first step below is making a copy.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Where V Rising stores your save (the v4 folder)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The single most common mistake people make when wiping is editing the wrong files or deleting the wrong folder. V Rising keeps two separate copies of its settings, and only one of them is the &#8220;live&#8221; one the running server actually reads.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Template copies<\/strong> live inside the install at <code>VRisingServer_Data\/StreamingAssets\/Settings\/<\/code>. These are overwritten on every game\/server update and are <em>not<\/em> what your save reads. Ignore them for wiping.<\/li>\n<li><strong>Active, save-specific data<\/strong> lives in the persistent-data path. On a default Windows install that is <code>%USERPROFILE%\\AppData\\LocalLow\\Stunlock Studios\\VRisingServer\\<\/code>, and it can be redirected with the <code>-persistentDataPath<\/code> launch parameter (most host panels point this at a <code>save-data\/<\/code> folder).<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Inside the persistent-data path, your actual world lives at:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><persistent-data>\\Saves\\v4\\<SaveName>\\<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The <code>v4<\/code> here is the persistence-format version and it matters. Older guides written for earlier builds reference a <code>v3<\/code> folder \u2014 that path is outdated. On a current 1.1.x server, the world you care about is under <code>v4<\/code>. A full default Windows path looks like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>%USERPROFILE%\\AppData\\LocalLow\\Stunlock Studios\\VRisingServer\\Saves\\v4\\world1\\<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">On a host panel the same folder is typically exposed as <code>save-data\/Saves\/v4\/<SaveName>\/<\/code>. The <code><SaveName><\/code> portion is whatever you set as <code>SaveName<\/code> in <code>ServerHostSettings.json<\/code> \u2014 the default is <code>world1<\/code>. If you have never changed it, that is the folder you are looking for. If multiple saves exist, match the folder name to your current <code>SaveName<\/code> so you wipe the right world.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 0: Back up first (do not skip this)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u26a0\ufe0f A wipe permanently removes world progress and cannot be undone without a backup. Before you touch anything, copy the entire save folder somewhere safe \u2014 a different directory, an external drive, or off the server entirely. Copy the whole folder, not individual files:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Saves\\v4\\<SaveName>\\   \u2192   Backups\\<SaveName>_2026-06-15\\<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">It is tempting to assume the auto-saves will protect you. They will not. V Rising rotates auto-saves according to the <code>AutoSaveCount<\/code> (default 50) and <code>AutoSaveInterval<\/code> (default 600 seconds) values in <code>ServerHostSettings.json<\/code> \u2014 but those auto-saves live <em>inside<\/em> the same save folder. When you delete that folder, every auto-save inside it goes with it. The only safe backup is a copy stored outside the save directory.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Always stop the server before copying or deleting. The server holds the save files open while running, and copying a live save can produce a corrupt or partial backup. Shut it down cleanly, then proceed.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Method 1: Delete the save folder<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This is the cleanest, most permanent wipe. It removes the world and reuses the same <code>SaveName<\/code>, so players reconnect to the same server identity but find a brand-new world.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Stop the server<\/strong> from your control panel or by closing <code>VRisingServer.exe<\/code>.<\/li>\n<li><strong>Make your backup<\/strong> (Step 0 above) \u2014 copy <code>Saves\\v4\\<SaveName>\\<\/code> elsewhere.<\/li>\n<li><strong>Delete the save folder<\/strong> at <code>Saves\\v4\\<SaveName>\\<\/code>. Delete the whole <code><SaveName><\/code> directory, not just its contents.<\/li>\n<li><strong>Restart the server.<\/strong> On boot it finds no save under that name and generates a fresh world automatically.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">That is it. There is no separate &#8220;create new world&#8221; step \u2014 the server creates one the moment it cannot find an existing save for the configured name. Your <code>ServerHostSettings.json<\/code> and <code>ServerGameSettings.json<\/code> are untouched, so the same name, password, ports, and gameplay rules carry over to the new world.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Method 2: Change the SaveName (fresh world, old save kept on disk)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you want a fresh world but would rather not delete the old one yet, change the <code>SaveName<\/code> in <code>ServerHostSettings.json<\/code>. The server treats the new name as a new save, generates a fresh world under it, and leaves the old save sitting untouched in <code>Saves\\v4\\<\/code>.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Stop the server.<\/strong><\/li>\n<li>Open <code>ServerHostSettings.json<\/code> in the <strong>persistent-data <code>Settings\/<\/code> folder<\/strong> (the active copy \u2014 not the <code>StreamingAssets<\/code> template).<\/li>\n<li>Change the <code>SaveName<\/code> value, for example from <code>world1<\/code> to <code>season2<\/code>.<\/li>\n<li><strong>Restart the server<\/strong> \u2014 it generates a fresh world under <code>Saves\\v4\\season2\\<\/code> while <code>Saves\\v4\\world1\\<\/code> remains on disk.<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"Name\": \"V Rising Server\",\n  \"SaveName\": \"season2\",\n  \"Port\": 9876,\n  \"QueryPort\": 9877,\n  \"MaxConnectedUsers\": 40,\n  \"MaxConnectedAdmins\": 4,\n  \"Password\": \"\",\n  \"AutoSaveCount\": 50,\n  \"AutoSaveInterval\": 600\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This method is reversible: switch <code>SaveName<\/code> back to the old value, restart, and you are running the old world again. It is the safest way to wipe if you might want to roll back, and it is handy for seasonal servers where you label each season&#8217;s world by name. The trade-off is disk usage \u2014 old saves pile up until you eventually delete them. Either way, edit the active copy under the persistent-data path; settings are read at boot, not hot-reloaded, so a restart is mandatory for the change to apply.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Which method should you use?<\/h2>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Goal<\/th><th>Method<\/th><th>Old world<\/th><th>Reversible?<\/th><\/tr><\/thead><tbody><tr><td>Permanent end-of-season wipe<\/td><td>Delete the <code><SaveName><\/code> folder<\/td><td>Gone (unless backed up)<\/td><td>Only via backup<\/td><\/tr><tr><td>Fresh world, keep the old one<\/td><td>Change <code>SaveName<\/code><\/td><td>Stays on disk<\/td><td>Yes \u2014 switch the name back<\/td><\/tr><tr><td>Roll back a bad wipe<\/td><td>Restore your backup folder<\/td><td>Restored<\/td><td>Yes, if you backed up<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">For most server owners, deleting the folder is the right call at the end of a season because it keeps disk usage clean and reuses the same server name. Use the <code>SaveName<\/code> swap when you are nervous about losing the old world or want to keep past seasons archived. In both cases, the up-front backup is what protects you from a mistake.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">After the wipe: verify the fresh world loaded<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Once the server restarts, confirm the wipe actually took effect rather than reloading the old world:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Check the new folder exists.<\/strong> A directory matching your current <code>SaveName<\/code> should appear under <code>Saves\\v4\\<\/code> shortly after boot.<\/li>\n<li><strong>Log in and look around.<\/strong> You should spawn as a fresh vampire with no gear, no V Blood unlocks, and no castle. Old bases should be gone.<\/li>\n<li><strong>Confirm your settings carried over.<\/strong> The server name, password, and ports come from <code>ServerHostSettings.json<\/code> and are not affected by the wipe, so players connect exactly as before.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If you instead see the old world, you likely deleted the wrong save folder or edited the template copy under <code>StreamingAssets<\/code> instead of the active persistent-data copy. Double-check that the <code>SaveName<\/code> in the live <code>ServerHostSettings.json<\/code> matches the folder you intended to wipe.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Good moments to plan a wipe<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A wipe is a community event, so give players notice. The most common triggers:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Seasonal resets<\/strong> \u2014 start a new competitive season with everyone on equal footing.<\/li>\n<li><strong>Major content updates<\/strong> \u2014 the 1.1 &#8220;Invaders of Oakveil&#8221; update added the Oakveil region, the boss Megara the Serpent Queen, new weapons (Claws, Twinblade, Throwing Daggers), new castle stations like the Stables and Blood Homogenizer, and a reworked blood system with Corrupted Blood. A wipe lets players experience that fresh content from the ground up.<\/li>\n<li><strong>A cluttered or balance-broken world<\/strong> \u2014 abandoned castles claiming territory, runaway economies, or settings changes that make the old progression feel unfair.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Whatever the reason, announce the date in advance, take a final backup, then wipe. If you are also changing gameplay rules at the same time \u2014 clan size, castle damage windows, rate multipliers \u2014 handle those in <code>ServerGameSettings.json<\/code> as part of the same maintenance window. Our walkthrough on <a href=\"https:\/\/xgamingserver.com\/blog\/how-to-configure-your-v-rising-server\/\">how to configure your V Rising server<\/a> covers those fields in detail, and if you are standing up a brand-new box, see <a href=\"https:\/\/xgamingserver.com\/blog\/setting-up-your-v-rising-dedicated-server\/\">setting up your V Rising dedicated server<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A quick refresher on the config files involved<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Because the wipe touches <code>ServerHostSettings.json<\/code>, it helps to know what that file controls. V Rising uses two JSON config files: <code>ServerHostSettings.json<\/code> for network and identity, and <code>ServerGameSettings.json<\/code> for gameplay rules. Here are the host-settings fields most relevant to wiping and reconnecting:<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Field<\/th><th>Default<\/th><th>What it does<\/th><\/tr><\/thead><tbody><tr><td><code>SaveName<\/code><\/td><td><code>world1<\/code><\/td><td>Names the save folder under <code>Saves\\v4\\<\/code>. Change it to spin up a fresh world.<\/td><\/tr><tr><td><code>Port<\/code><\/td><td>9876<\/td><td>Main game traffic port.<\/td><\/tr><tr><td><code>QueryPort<\/code><\/td><td>9877<\/td><td>Steam server-list query port.<\/td><\/tr><tr><td><code>MaxConnectedUsers<\/code><\/td><td>40<\/td><td>Player slot cap.<\/td><\/tr><tr><td><code>AutoSaveCount<\/code><\/td><td>50<\/td><td>How many auto-saves to keep (inside the save folder).<\/td><\/tr><tr><td><code>AutoSaveInterval<\/code><\/td><td>600<\/td><td>Seconds between auto-saves.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Note the ports: V Rising&#8217;s defaults are <strong>9876 (game)<\/strong> and <strong>9877 (query)<\/strong>, not the generic Steam 27015\/27016 you may see in some older write-ups. The dedicated server itself installs anonymously via SteamCMD using app ID <strong>1829350<\/strong> (the client app ID is 1604030), runs as <code>VRisingServer.exe<\/code>, and is Windows-only \u2014 there is no official native Linux build, so Linux hosting relies on community Wine\/Proton wrappers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently asked questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Does wiping delete player characters too?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Yes. A wipe removes everything in the save folder, including every player&#8217;s vampire character and all their progression \u2014 gear, V Blood unlocks, research, and recipes \u2014 alongside the castles and the world. Players reconnect as freshly spawned vampires with nothing.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Can I undo a wipe?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Only if you backed up. Deleting the save folder is permanent and there is no built-in undo. If you copied <code>Saves\\v4\\<SaveName>\\<\/code> elsewhere before wiping, you can restore by stopping the server, copying that backup back into place, and restarting. This is exactly why the backup step is non-negotiable.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Why is the folder called v4 and not v3?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The number is V Rising&#8217;s save-format version. Current 1.1.x servers store worlds under <code>Saves\\v4\\<\/code>. Guides that mention <code>v3<\/code> were written for older builds and are out of date \u2014 if you wipe based on a <code>v3<\/code> path you may not be touching the folder your live server actually uses.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Will I lose my server settings when I wipe?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">No. Your server name, password, ports, and gameplay rules live in <code>ServerHostSettings.json<\/code> and <code>ServerGameSettings.json<\/code>, which are separate from the world data in the save folder. Deleting or renaming the save does not touch those configs, so the new world inherits all your existing settings.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Do auto-saves count as a backup?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">No. Auto-saves are stored inside the same save folder you are about to delete, so they are removed along with everything else when you wipe. A real backup is a copy of the whole save folder stored somewhere outside the save directory.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Where do I get ready for the new world?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A fresh world means re-planning your base, blood, and build. Start with our <a href=\"https:\/\/xgamingserver.com\/blog\/guide-to-the-best-base-locations-in-v-rising\/\">guide to the best base locations in V Rising<\/a> to claim strong territory early, then brush up on <a href=\"https:\/\/xgamingserver.com\/blog\/v-rising-blood-types-why-they-are-important\/\">why blood types matter<\/a> so you target the right enemies from level one.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Bottom line:<\/strong> a V Rising wipe is just file management \u2014 delete or rename the <code>Saves\\v4\\<SaveName>\\<\/code> folder, restart, and the server builds a fresh world. The only thing standing between a clean reset and a disaster is a backup. Copy the save folder first, every single time, and you can wipe with confidence.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Wiping a V Rising server gives everyone a clean slate: fresh castles, fresh characters, and a brand-new world to conquer. It is the standard move at the end of a season, after a major patch like the 1.1 &#8220;Invaders of Oakveil&#8221; update, or whenever your world has filled up with abandoned bases and stale progression. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1838,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_gspb_post_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[47],"tags":[],"class_list":["post-1879","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-v-rising"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.5 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Wipe your V Rising Server - XGamingServer<\/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:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Wipe your V Rising Server\" \/>\n<meta property=\"og:description\" content=\"Wiping a V Rising server gives everyone a clean slate: fresh castles, fresh characters, and a brand-new world to conquer. It is the standard move at the end of a season, after a major patch like the 1.1 &#8220;Invaders of Oakveil&#8221; update, or whenever your world has filled up with abandoned bases and stale progression. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/\" \/>\n<meta property=\"og:site_name\" content=\"XGamingServer\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/web.facebook.com\/xgamingserver69\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-05-25T07:08:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-15T12:17:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/05\/Screenshot-5_20_2022-12_02_47-PM-1024x576.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Xray\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rainerstudios\" \/>\n<meta name=\"twitter:site\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Xray\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/\"},\"author\":{\"name\":\"Xray\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608\"},\"headline\":\"How to Wipe your V Rising Server\",\"datePublished\":\"2022-05-25T07:08:58+00:00\",\"dateModified\":\"2026-06-15T12:17:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/\"},\"wordCount\":1963,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/05\/Screenshot-5_20_2022-12_02_47-PM.png\",\"articleSection\":[\"V Rising\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/\",\"name\":\"How to Wipe your V Rising Server - XGamingServer\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/05\/Screenshot-5_20_2022-12_02_47-PM.png\",\"datePublished\":\"2022-05-25T07:08:58+00:00\",\"dateModified\":\"2026-06-15T12:17:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/#primaryimage\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/05\/Screenshot-5_20_2022-12_02_47-PM.png\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/05\/Screenshot-5_20_2022-12_02_47-PM.png\",\"width\":1920,\"height\":1080,\"caption\":\"V Rising server hosting\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xgamingserver.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"V Rising\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/v-rising\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Wipe your V Rising Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"name\":\"XGamingServer\",\"description\":\"Dedicated Game Server Hosting\",\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\",\"name\":\"XGamingServer\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"XGamingServer\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/web.facebook.com\/xgamingserver69\/\",\"https:\/\/x.com\/xgamingserver\",\"https:\/\/www.instagram.com\/xgamingserver\/\",\"https:\/\/www.linkedin.com\/company\/xgamingserver\/\",\"https:\/\/www.pinterest.com\/xgamingserver\/\",\"https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608\",\"name\":\"Xray\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g\",\"caption\":\"Xray\"},\"description\":\"A Mathematician who knows a thing or two about Design.\",\"sameAs\":[\"https:\/\/xgamingserver.com\/blog\",\"https:\/\/www.instagram.com\/rainerstudios\/\",\"https:\/\/x.com\/@rainerstudios\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Wipe your V Rising Server - XGamingServer","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:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Wipe your V Rising Server","og_description":"Wiping a V Rising server gives everyone a clean slate: fresh castles, fresh characters, and a brand-new world to conquer. It is the standard move at the end of a season, after a major patch like the 1.1 &#8220;Invaders of Oakveil&#8221; update, or whenever your world has filled up with abandoned bases and stale progression. [&hellip;]","og_url":"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2022-05-25T07:08:58+00:00","article_modified_time":"2026-06-15T12:17:47+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/05\/Screenshot-5_20_2022-12_02_47-PM-1024x576.png","type":"image\/png"}],"author":"Xray","twitter_card":"summary_large_image","twitter_creator":"@rainerstudios","twitter_site":"@xgamingserver","twitter_misc":{"Written by":"Xray","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/"},"author":{"name":"Xray","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608"},"headline":"How to Wipe your V Rising Server","datePublished":"2022-05-25T07:08:58+00:00","dateModified":"2026-06-15T12:17:47+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/"},"wordCount":1963,"commentCount":1,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/05\/Screenshot-5_20_2022-12_02_47-PM.png","articleSection":["V Rising"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/","url":"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/","name":"How to Wipe your V Rising Server - XGamingServer","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/#primaryimage"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/05\/Screenshot-5_20_2022-12_02_47-PM.png","datePublished":"2022-05-25T07:08:58+00:00","dateModified":"2026-06-15T12:17:47+00:00","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/#primaryimage","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/05\/Screenshot-5_20_2022-12_02_47-PM.png","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/05\/Screenshot-5_20_2022-12_02_47-PM.png","width":1920,"height":1080,"caption":"V Rising server hosting"},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/how-to-wipe-your-v-rising-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xgamingserver.com\/blog\/"},{"@type":"ListItem","position":2,"name":"V Rising","item":"https:\/\/xgamingserver.com\/blog\/category\/v-rising\/"},{"@type":"ListItem","position":3,"name":"How to Wipe your V Rising Server"}]},{"@type":"WebSite","@id":"https:\/\/xgamingserver.com\/blog\/#website","url":"https:\/\/xgamingserver.com\/blog\/","name":"XGamingServer","description":"Dedicated Game Server Hosting","publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/xgamingserver.com\/blog\/#organization","name":"XGamingServer","url":"https:\/\/xgamingserver.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","width":"1024","height":"1024","caption":"XGamingServer"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/web.facebook.com\/xgamingserver69\/","https:\/\/x.com\/xgamingserver","https:\/\/www.instagram.com\/xgamingserver\/","https:\/\/www.linkedin.com\/company\/xgamingserver\/","https:\/\/www.pinterest.com\/xgamingserver\/","https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ"]},{"@type":"Person","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608","name":"Xray","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g","caption":"Xray"},"description":"A Mathematician who knows a thing or two about Design.","sameAs":["https:\/\/xgamingserver.com\/blog","https:\/\/www.instagram.com\/rainerstudios\/","https:\/\/x.com\/@rainerstudios"]}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2022\/05\/Screenshot-5_20_2022-12_02_47-PM.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/1879","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/comments?post=1879"}],"version-history":[{"count":4,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/1879\/revisions"}],"predecessor-version":[{"id":22275,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/1879\/revisions\/22275"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media\/1838"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=1879"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=1879"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=1879"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}