[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"header-games":3,"i-heroicons:server-stack-16-solid":63,"article-how-to-disable-easy-anti-cheat-rust-server-en":68,"game-info-article-rust":90,"help-game-articles-rust-en":94,"i-heroicons:chevron-right-20-solid":148,"i-heroicons:user-circle-20-solid":151,"i-heroicons:clock-20-solid":153,"i-heroicons:calendar-days-20-solid":155,"i-heroicons:chevron-down-20-solid":157,"i-heroicons:wrench-screwdriver-20-solid":159,"i-heroicons:arrow-right-20-solid":161},{"promoCode":4,"promoPercentage":5,"total":6,"featured":7},"DOOM25",0.25,43,[8,16,23,29,34,40,45,50,57],{"slug":9,"name":10,"icon":11,"hasIcon":12,"badge":13,"basePrice":14,"link":15},"minecraft","Minecraft","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fminecraft.png",true,"Most Popular",1,"\u002Fminecraft-server-hosting",{"slug":17,"name":18,"icon":19,"hasIcon":12,"badge":20,"basePrice":21,"link":22},"hytale","Hytale","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fhytale.png","",6,"\u002Fhytale-server-hosting",{"slug":24,"name":25,"icon":26,"hasIcon":12,"badge":27,"basePrice":21,"link":28},"palworld","Palworld","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fpalworld.png",null,"\u002Fpalworld-server-hosting",{"slug":30,"name":31,"icon":32,"hasIcon":12,"badge":27,"basePrice":21,"link":33},"rust","Rust","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Frust.png","\u002Frust-server-hosting",{"slug":35,"name":36,"icon":37,"hasIcon":12,"badge":27,"basePrice":38,"link":39},"valheim","Valheim","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fvalheim.png",5,"\u002Fvalheim-server-hosting",{"slug":41,"name":42,"icon":43,"hasIcon":12,"badge":27,"basePrice":21,"link":44},"satisfactory","Satisfactory","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fsatisfactory.png","\u002Fsatisfactory-server-hosting",{"slug":46,"name":47,"icon":48,"hasIcon":12,"badge":27,"basePrice":21,"link":49},"enshrouded","Enshrouded","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fenshrouded.png","\u002Fenshrouded-server-hosting",{"slug":51,"name":52,"icon":53,"hasIcon":12,"badge":54,"basePrice":55,"link":56},"terraria","Terraria","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fterraria.png","New Update",4,"\u002Fterraria-server-hosting",{"slug":58,"name":59,"icon":60,"hasIcon":12,"badge":27,"basePrice":61,"link":62},"project-zomboid","Project Zomboid","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fproject-zomboid.png",7,"\u002Fproject-zomboid-server-hosting",{"left":64,"top":64,"width":65,"height":65,"rotate":64,"vFlip":66,"hFlip":66,"body":67},0,16,false,"\u003Cpath fill=\"currentColor\" d=\"M5.354 2a2 2 0 0 0-1.857 1.257l-.338.845Q3.565 4 4 4h8q.436 0 .84.102l-.337-.845A2 2 0 0 0 10.646 2z\"\u002F>\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 13a2 2 0 0 1 2-2h8a2 2 0 1 1 0 4H4a2 2 0 0 1-2-2m10.75 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M9 13.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M4 5.5a2 2 0 1 0 0 4h8a2 2 0 1 0 0-4zm8 2.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M9.75 7.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0\" clip-rule=\"evenodd\"\u002F>",{"id":69,"game_slug":30,"slug":70,"category":71,"title":72,"description":73,"content":74,"keywords":27,"author_name":75,"author_role":76,"is_featured":66,"published_at":77,"allSlugs":78,"author":85,"date":77,"lastUpdated":86,"game":87,"dateFormatted":88,"lastUpdatedFormatted":88,"imageDims":89},"5a005b0d-ddd4-4e71-84ec-8960c5ed6088","how-to-disable-easy-anti-cheat-rust-server","Configuration","How to Disable Easy Anti-Cheat (EAC) on Your Rust Server","Turn off Easy Anti-Cheat on your Rust server by adding +server.secure 0 to the startup arguments. Step-by-step panel guide, plus what disabling EAC means.","Disabling Easy Anti-Cheat (EAC) on a Rust server takes under a minute: add `+server.secure 0` to the **Additional Arguments** field on the **Startup** tab of your control panel, then restart the server. This guide walks through the exact steps, how to verify it worked, and what running without EAC actually means for your server.\n\n## What server.secure Does\n\nRust's dedicated server runs Easy Anti-Cheat by default (`server.secure` is `1`). While it is on, every player who connects must have the EAC client running, and players with an EAC ban cannot join. Setting `server.secure` to `0` turns the anti-cheat layer off entirely: the server stops talking to EAC, and clients can connect without it.\n\nCommon reasons to disable it are private or password-protected servers among friends, testing and development servers, and troubleshooting cases where EAC itself is the thing failing (for example connection errors that mention EAC during the loading screen).\n\n## Turn Off EAC in the Panel\n\n1. Open your Rust server in the [DoomHosting panel](\u002Fpanel).\n2. Go to the **Startup** tab.\n3. Find the **Additional Arguments** field and add:\n\n```\n+server.secure 0\n```\n\nIf the field already contains other arguments, keep them and separate each one with a single space, for example `+server.tags weekly +server.secure 0`.\n\n4. **Restart** the server. Startup arguments are only read when the server boots, so saving the field alone is not enough. A full stop and start also works.\n\n## Check That It Worked\n\nAfter the restart, open the **Console** tab and type:\n\n```\nserver.secure\n```\n\nThe server replies with the current value. `server.secure: \"False\"` means EAC is off. You can also watch the boot log: with EAC disabled, the EasyAntiCheat initialization lines no longer appear during startup.\n\n## Before You Disable It\n\nRunning without EAC has real consequences, so decide with these in mind:\n\n- **No cheat protection.** Nothing server-side blocks cheat clients anymore. On a public server this is usually a bad trade.\n- **EAC-banned players can join.** A game ban on a player's account no longer keeps them out.\n- **Your players connect normally.** Joining works exactly as before; players do not need to change anything on their side.\n\nFor a public community server, the better path is usually to keep EAC on and manage problem players with bans and moderation instead. Disabling it is best kept to private, whitelisted, or test servers. If you want more control over who joins, see our guide on [adding administrators to your Rust server](\u002Fhelp\u002Farticles\u002Fadding-administrators-to-rust-server).\n\n## Re-enabling EAC\n\nRemove `+server.secure 0` from **Additional Arguments** (or change it to `+server.secure 1`) and restart the server. EAC is back on, and clients without EAC running will be rejected again.\n\n## Common Issues\n\n**The console still shows True after a restart.** Check the argument for typos: it is `+server.secure 0`, with the leading `+` and a space before the `0`. Also make sure you restarted rather than only saving the field.\n\n**Other startup arguments stopped working.** Arguments in the field must be separated by single spaces. A missing space between two arguments makes the server ignore both.\n\n**Players still cannot connect.** Connection problems after this change are almost never EAC-related, since disabling it only removes a check. Have the player verify they are joining the right address, and see the server's console for the actual error.\n\nLooking for a server that handles this for you? Check out our [Rust server hosting](\u002Frust-server-hosting) with full startup control, Oxide and Carbon support, and 24\u002F7 expert help.","Magnus","Game Server Expert","2026-08-11T12:00:00+00:00",{"da":79,"de":80,"en":70,"fi":81,"fr":82,"pl":83,"sv":84},"saadan-deaktiverer-du-easy-anti-cheat-rust-server","easy-anti-cheat-auf-rust-server-deaktivieren","nain-poistat-easy-anti-cheat-kaytosta-rust-palvelimella","comment-desactiver-easy-anti-cheat-serveur-rust","jak-wylaczyc-easy-anti-cheat-na-serwerze-rust","sa-inaktiverar-du-easy-anti-cheat-rust-server",{"name":75,"role":76},"2026-08-11T15:00:50.954255+00:00",{"slug":30,"name":31},"Aug 11, 2026",{},{"slug":30,"name":31,"icon":32,"cardImage":91,"description":92,"status":93},"https:\u002F\u002Fcdn.doomhosting.com\u002Fgames\u002Frust.webp","Rust drops you naked on a hostile multiplayer island where every other player is a threat. Gather resources, craft weapons, build a fortified base, and raid your rivals before they raid you. Rent a dedicated Rust server from DoomHosting for low-ping wipes, instant setup, full Oxide\u002FuMod plugin support, and 24\u002F7 DDoS protection.","active",[95,106,115,118,129,138],{"id":96,"game_slug":30,"slug":97,"category":98,"title":99,"description":100,"content":27,"keywords":27,"author_name":75,"author_role":76,"is_featured":12,"published_at":101,"author":102,"date":101,"lastUpdated":103,"game":104,"dateFormatted":105},"1ade6376-b080-4f18-9fb9-c2f823afeae8","adding-administrators-to-rust-server","Administration","How to Add Admins & Moderators to Your Rust Server","Add admins and moderators to your Rust server by SteamID with the DoomHosting Player Manager, or the ownerid and moderatorid console commands. Manage bans too.","2024-01-13T00:00:00+00:00",{"name":75,"role":76},"2026-07-31T10:59:57.506953+00:00",{"slug":30,"name":31},"Jan 13, 2024",{"id":107,"game_slug":30,"slug":108,"category":109,"title":110,"description":111,"content":27,"keywords":27,"author_name":75,"author_role":76,"is_featured":12,"published_at":101,"author":112,"date":101,"lastUpdated":113,"game":114,"dateFormatted":105},"8d9e39c4-f5bb-48fd-ade2-496b2f29695c","installing-oxide-on-your-rust-server","Mods & Customization","Installing Oxide on Your Rust Server","Step-by-step guide on installing the Oxide modding framework on your Rust server for adding plugins, custom features, and enhanced server management",{"name":75,"role":76},"2026-07-30T20:14:30.442393+00:00",{"slug":30,"name":31},{"id":69,"game_slug":30,"slug":70,"category":71,"title":72,"description":73,"content":27,"keywords":27,"author_name":75,"author_role":76,"is_featured":66,"published_at":77,"author":116,"date":77,"lastUpdated":86,"game":117,"dateFormatted":88},{"name":75,"role":76},{"slug":30,"name":31},{"id":119,"game_slug":30,"slug":120,"category":121,"title":122,"description":123,"content":27,"keywords":27,"author_name":75,"author_role":76,"is_featured":66,"published_at":124,"author":125,"date":124,"lastUpdated":126,"game":127,"dateFormatted":128},"d6540a29-b849-4693-9a00-32da0413c92b","how-to-join-rust-server","Getting Started","How to Join a Rust Server","Join your Rust server in seconds: copy the address from the panel, press F1 in game and use client.connect, or find the server by name in the browser.","2026-08-03T14:00:00+00:00",{"name":75,"role":76},"2026-08-03T12:32:27.842842+00:00",{"slug":30,"name":31},"Aug 3, 2026",{"id":130,"game_slug":30,"slug":131,"category":71,"title":132,"description":133,"content":27,"keywords":27,"author_name":75,"author_role":76,"is_featured":66,"published_at":134,"author":135,"date":134,"lastUpdated":136,"game":137,"dateFormatted":128},"b495ca37-f802-4128-afbf-05627029806a","rust-server-tags","Rust Server Tags: Full List and How to Set Them","Set Rust server browser tags from the Config tab. The full tag list, the one tag per group rule, and why your tags sometimes never show up in the browser.","2026-08-03T12:00:00+00:00",{"name":75,"role":76},"2026-08-03T12:20:42.264488+00:00",{"slug":30,"name":31},{"id":139,"game_slug":30,"slug":140,"category":98,"title":141,"description":142,"content":27,"keywords":27,"author_name":75,"author_role":76,"is_featured":66,"published_at":143,"author":144,"date":143,"lastUpdated":145,"game":146,"dateFormatted":147},"ce4db587-9593-4c61-917e-5254864a01cc","how-to-wipe-rust-server","How to Wipe a Rust Server (Map Wipe & Full Wipe)","Wipe your Rust server in a few clicks: what a map wipe vs full blueprint wipe deletes, when the monthly forced wipe hits, and how to set a new map seed.","2026-07-24T15:52:05.925+00:00",{"name":75,"role":76},"2026-07-31T11:00:17.835001+00:00",{"slug":30,"name":31},"Jul 24, 2026",{"left":64,"top":64,"width":149,"height":149,"rotate":64,"vFlip":66,"hFlip":66,"body":150},20,"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.22 5.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L11.94 10L8.22 6.28a.75.75 0 0 1 0-1.06\" clip-rule=\"evenodd\"\u002F>",{"left":64,"top":64,"width":149,"height":149,"rotate":64,"vFlip":66,"hFlip":66,"body":152},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M18 10a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-5.5-2.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M10 12a5.99 5.99 0 0 0-4.793 2.39A6.48 6.48 0 0 0 10 16.5a6.48 6.48 0 0 0 4.793-2.11A5.99 5.99 0 0 0 10 12\" clip-rule=\"evenodd\"\u002F>",{"left":64,"top":64,"width":149,"height":149,"rotate":64,"vFlip":66,"hFlip":66,"body":154},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m.75-13a.75.75 0 0 0-1.5 0v5c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5h-3.25z\" clip-rule=\"evenodd\"\u002F>",{"left":64,"top":64,"width":149,"height":149,"rotate":64,"vFlip":66,"hFlip":66,"body":156},"\u003Cg fill=\"currentColor\">\u003Cpath d=\"M5.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H6a.75.75 0 0 1-.75-.75zM6 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM7.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H8a.75.75 0 0 1-.75-.75zM8 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM9.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75zM9.25 14a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zM12 9.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V10a.75.75 0 0 0-.75-.75zM11.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM13.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H14a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75z\"\u002F>\u003Cpath fill-rule=\"evenodd\" d=\"M5.75 2a.75.75 0 0 1 .75.75V4h7V2.75a.75.75 0 0 1 1.5 0V4h.25A2.75 2.75 0 0 1 18 6.75v8.5A2.75 2.75 0 0 1 15.25 18H4.75A2.75 2.75 0 0 1 2 15.25v-8.5A2.75 2.75 0 0 1 4.75 4H5V2.75A.75.75 0 0 1 5.75 2m-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25z\" clip-rule=\"evenodd\"\u002F>\u003C\u002Fg>",{"left":64,"top":64,"width":149,"height":149,"rotate":64,"vFlip":66,"hFlip":66,"body":158},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06\" clip-rule=\"evenodd\"\u002F>",{"left":64,"top":64,"width":149,"height":149,"rotate":64,"vFlip":66,"hFlip":66,"body":160},"\u003Cg fill=\"currentColor\">\u003Cpath fill-rule=\"evenodd\" d=\"M14.5 10a4.5 4.5 0 0 0 4.284-5.882c-.105-.324-.51-.391-.751-.15L15.34 6.66a.45.45 0 0 1-.493.11a3 3 0 0 1-1.618-1.616a.455.455 0 0 1 .11-.494l2.694-2.692c.24-.241.174-.647-.15-.752a4.5 4.5 0 0 0-5.873 4.575c.055.873-.128 1.808-.8 2.368l-7.23 6.024a2.724 2.724 0 1 0 3.837 3.837l6.024-7.23c.56-.672 1.495-.855 2.368-.8q.144.01.291.01M5 16a1 1 0 1 1-2 0a1 1 0 0 1 2 0\" clip-rule=\"evenodd\"\u002F>\u003Cpath d=\"M14.5 11.5q.26 0 .514-.022l3.754 3.754a2.5 2.5 0 0 1-3.536 3.536l-4.41-4.41l2.172-2.607c.052-.062.147-.138.342-.196a2.3 2.3 0 0 1 .777-.067q.192.012.387.012M6 4.586l2.33 2.33a.5.5 0 0 1-.08.09L6.8 8.214L4.586 6H3.309a.5.5 0 0 1-.447-.276l-1.7-3.402a.5.5 0 0 1 .093-.577l.49-.49a.5.5 0 0 1 .577-.094l3.402 1.7A.5.5 0 0 1 6 3.31z\"\u002F>\u003C\u002Fg>",{"left":64,"top":64,"width":149,"height":149,"rotate":64,"vFlip":66,"hFlip":66,"body":162},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10\" clip-rule=\"evenodd\"\u002F>"]