{"id":19049,"date":"2023-11-22T10:36:50","date_gmt":"2023-11-22T10:36:50","guid":{"rendered":"https:\/\/www.g-portal.com\/wiki\/?p=19049"},"modified":"2023-11-22T10:36:50","modified_gmt":"2023-11-22T10:36:50","slug":"overview-of-admin-commands-for-your-rust-server","status":"publish","type":"post","link":"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/","title":{"rendered":"Overview of admin commands for your RUST server"},"content":{"rendered":"\n<p>Admins have more extensive authorizations on your server. This includes admin commands in particular, which can have various effects on the server.<\/p>\n\n\n\n<p>Below is a brief overview of the most important admin commands that you should know.<\/p>\n\n\n\n<p>The list is not 100% complete, but we don&#8217;t want to overwhelm you with unnecessary information that you wouldn&#8217;t need in most cases anyway.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"\"><thead><tr><th>SYNTAX<\/th><th>NEEDED &#8220;VALUES&#8221;<\/th><th>WHAT DOES IT DO?<\/th><\/tr><\/thead><tbody><tr><td>admin.mutevoice &#8220;player&#8221;<\/td><td>Player name \/ Steam 64 ID<\/td><td>Mute a player from speaking in-game<\/td><\/tr><tr><td>admin.unmutevoice &#8220;player&#8221;<\/td><td>Player name \/ Steam 64 ID<\/td><td>Unmute a player to speak in-game<\/td><\/tr><tr><td>admin.mutechat &#8220;player&#8221;<\/td><td>Player name \/ Steam 64 ID<\/td><td>Block a player from sending messages via in-game chat<\/td><\/tr><tr><td>admin.unmutechat &#8220;player&#8221;<\/td><td>Player name \/ Steam 64 ID<\/td><td>Unblock a player to send messages via in-game chat<\/td><\/tr><tr><td>chat.say &#8220;text&#8221;<\/td><td>String (text)<\/td><td>Shows your text in the chat<\/td><\/tr><tr><td>craft.add [id]<\/td><td>Item ID<\/td><td>Add an item to your crafting queue<\/td><\/tr><tr><td>craft.cancel [id]<\/td><td>Item ID<\/td><td>Cancel the crafting task of the named item<\/td><\/tr><tr><td>craft.canceltask<\/td><td>&nbsp;<\/td><td>Cancel the item that is currently in the process of being crafted<\/td><\/tr><tr><td>entity.debug_lookat<\/td><td>&nbsp;<\/td><td>Enable debug-mode for the object you are looking at<\/td><\/tr><tr><td>entity.find_entity [entity]<\/td><td>Object name<\/td><td>Find the position of all objects with the provided name<\/td><\/tr><tr><td>entity.find_group [entity_group]<\/td><td>Object group name<\/td><td>Find the position of all object groups with the given name<\/td><\/tr><tr><td>entity.find_id [id]<\/td><td>Object ID<\/td><td>Find the position of an object with the given ID<\/td><\/tr><tr><td>entity.find_parent<\/td><td>&nbsp;<\/td><td>Find the position of all parent objects<\/td><\/tr><tr><td>entity.find_radius [radius]<\/td><td>Value (radius)<\/td><td>Find the position of all objects within the given radius<\/td><\/tr><tr><td>entity.find_self<\/td><td>&nbsp;<\/td><td>Find the position of the player (yourself)<\/td><\/tr><tr><td>entity.find_status [status]<\/td><td>Object status<\/td><td>Find an object with the given status<\/td><\/tr><tr><td>entity.spawn [entity]<\/td><td>Object name<\/td><td>Spawn an object at the place you are looking at<\/td><\/tr><tr><td>entity.spawnat [entity] [worldPos]<\/td><td>Object name \/ position<\/td><td>Spawn an object at a specified position in the game world<\/td><\/tr><tr><td>entity.spawnhere [entity] [distance]<\/td><td>Entity name \/ value (distance)<\/td><td>Spawn an object nearby at the given distance away from the player<\/td><\/tr><tr><td>entity.spawnitem [entity]<\/td><td>Object name<\/td><td>Spawn an item in the game world<\/td><\/tr><tr><td>env.addtime 0-24<\/td><td>Value between 0-24<\/td><td>Fast-forward time by a given number of hours<\/td><\/tr><tr><td>gc.collect<\/td><td>&nbsp;<\/td><td>Collect the garbage dump<\/td><\/tr><tr><td>global.ban &#8220;player&#8221; &#8220;reason&#8221;<\/td><td>Player name<\/td><td>Ban a player from the game<\/td><\/tr><tr><td>global.banid &#8220;player&#8221; &#8220;reason&#8221;<\/td><td>Steam 64 ID<\/td><td>Ban a player from the game using the Steam 64 ID<\/td><\/tr><tr><td>global.banlist<\/td><td>&nbsp;<\/td><td>Display a list of banned users<\/td><\/tr><tr><td>global.banlistex<\/td><td>&nbsp;<\/td><td>Display a list of banned users with additional infos<\/td><\/tr><tr><td>global.kick &#8220;player&#8221;<\/td><td>Player name \/ Steam 64 ID<\/td><td>Kick a player from your server<\/td><\/tr><tr><td>global.kickall &#8220;reason&#8221;<\/td><td>&nbsp;<\/td><td>Kick everyone from your server<\/td><\/tr><tr><td>global.listid<\/td><td>&nbsp;<\/td><td>Display a list of banned users by ID<\/td><\/tr><tr><td>global.moderatorid &#8220;id&#8221;<\/td><td>Steam 64 ID<\/td><td>Promote a player to server moderator<\/td><\/tr><tr><td>global.ownerid &#8220;id&#8221;<\/td><td>Steam 64 ID<\/td><td>Promote a player to server owner<\/td><\/tr><tr><td>global.players<\/td><td>&nbsp;<\/td><td>Display currently connected players<\/td><\/tr><tr><td>global.quit()<\/td><td>&nbsp;<\/td><td>Leave the game<\/td><\/tr><tr><td>global.removemoderator &#8220;id&#8221;<\/td><td>Steam 64 ID<\/td><td>Remove a moderator<\/td><\/tr><tr><td>global.removeowner &#8220;id&#8221;<\/td><td>Steam 64 ID<\/td><td>Remove an owner<\/td><\/tr><tr><td>global.restart<\/td><td>&nbsp;<\/td><td>Restart the server (300 seconds warning, 5 second intervals)<\/td><\/tr><tr><td>global.say &#8220;text&#8221;<\/td><td>String (text)<\/td><td>Send a message to all players in the ingame chat<\/td><\/tr><tr><td>global.status<\/td><td>&nbsp;<\/td><td>Print out currently connected players and server stats<\/td><\/tr><tr><td>global.unban &#8220;id&#8221;<\/td><td>Steam 64 ID<\/td><td>Unban a player from your server<\/td><\/tr><tr><td>global.users()<\/td><td>&nbsp;<\/td><td>Shows user info for players on your server<\/td><\/tr><tr><td>server.readcfg<\/td><td>&nbsp;<\/td><td>Load server configuration<\/td><\/tr><tr><td>server.save<\/td><td>&nbsp;<\/td><td>Force to create a save-game<\/td><\/tr><tr><td>server.start<\/td><td>&nbsp;<\/td><td>Starts a server<\/td><\/tr><tr><td>server.stop<\/td><td>&nbsp;<\/td><td>Stops a server<\/td><\/tr><tr><td>server.writecfg<\/td><td>&nbsp;<\/td><td>Save all configuration changes<\/td><\/tr><tr><td>weather.rain [value]<\/td><td>Value between 0 &#8211; 1.0<br>0 = no rain<br>1.0 = always rain<\/td><td>Set the rain frequency factor for your server<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background\" href=\"https:\/\/www.g-portal.com\/wiki\/en\/rust\/\" style=\"background-color:#50fcea;color:#1e1e1e;border-radius:5px\"><strong>MORE ABOUT RUST<\/strong><\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Admins have more extensive authorizations on your server. This includes admin commands in particular, which can have various effects on the server. Below is a brief overview of the most important admin commands that you should know. The list is not 100% complete, but we don&#8217;t want to overwhelm you with unnecessary information that you wouldn&#8217;t need in most cases anyway. SYNTAX NEEDED &#8220;VALUES&#8221; WHAT DOES IT DO? admin.mutevoice &#8220;player&#8221; Player name \/ Steam 64 ID Mute a player from speaking in-game admin.unmutevoice &#8220;player&#8221; Player name \/ Steam 64 ID Unmute a player to speak in-game admin.mutechat &#8220;player&#8221; Player name \/ Steam 64 ID Block a player from sending messages via in-game chat admin.unmutechat &#8220;player&#8221; Player name \/ Steam 64 ID Unblock a player to send messages via in-game chat chat.say &#8220;text&#8221; String (text) Shows your text in the chat craft.add [id] Item ID Add an item to your crafting queue craft.cancel [id] Item ID Cancel the crafting task of the named item craft.canceltask &nbsp; Cancel the item that is currently in the process of being crafted entity.debug_lookat &nbsp; Enable debug-mode for the object you are looking at entity.find_entity [entity] Object name Find the position of all objects with the provided name entity.find_group [entity_group] Object group name Find the position of all object groups with the given name entity.find_id [id] Object ID Find the position of an object with the given ID entity.find_parent &nbsp; Find the position of all parent objects entity.find_radius [radius] Value (radius) Find the position of all objects within the given radius entity.find_self &nbsp; Find the position of the player (yourself) entity.find_status [status] Object status Find an object with the given status entity.spawn [entity] Object name Spawn an object at the place you are looking at entity.spawnat [entity] [worldPos] Object name \/ position Spawn an object at a specified position in the game world entity.spawnhere [entity] [distance] Entity name \/ value (distance) Spawn an object nearby at the given distance away from the player entity.spawnitem [entity] Object name Spawn an item in the game world env.addtime 0-24 Value between 0-24 Fast-forward time by a given number of hours gc.collect &nbsp; Collect the garbage dump global.ban &#8220;player&#8221; &#8220;reason&#8221; Player name Ban a player from the game global.banid &#8220;player&#8221; &#8220;reason&#8221; Steam 64 ID Ban a player from the game using the Steam 64 ID global.banlist &nbsp; Display a list of banned users global.banlistex &nbsp; Display a list of banned users with additional infos global.kick &#8220;player&#8221; Player name \/ Steam 64 ID Kick a player from your server global.kickall &#8220;reason&#8221; &nbsp; Kick everyone from your server global.listid &nbsp; Display a list of banned users by ID global.moderatorid &#8220;id&#8221; Steam 64 ID Promote a player to server moderator global.ownerid &#8220;id&#8221; Steam 64 ID Promote a player to server owner global.players &nbsp; Display currently connected players global.quit() &nbsp; Leave the game global.removemoderator &#8220;id&#8221; Steam 64 ID Remove a moderator global.removeowner &#8220;id&#8221; Steam 64 ID Remove an owner global.restart &nbsp; Restart the server (300 seconds warning, 5 second intervals) global.say &#8220;text&#8221; String (text) Send a message to all players in the ingame chat global.status &nbsp; Print out currently connected players and server stats global.unban &#8220;id&#8221; Steam 64 ID Unban a player from your server global.users() &nbsp; Shows user info for players on your server server.readcfg &nbsp; Load server configuration server.save &nbsp; Force to create a save-game server.start &nbsp; Starts a server server.stop &nbsp; Stops a server server.writecfg &nbsp; Save all configuration changes weather.rain [value] Value between 0 &#8211; 1.00 = no rain1.0 = always rain Set the rain frequency factor for your server<\/p>\n","protected":false},"author":16,"featured_media":12592,"comment_status":"closed","ping_status":"open","sticky":false,"template":"post-blog-template.php","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[22,35],"tags":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Overview of admin commands for your RUST server - GPORTAL Wiki<\/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.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Overview of admin commands for your RUST server - GPORTAL Wiki\" \/>\n<meta property=\"og:description\" content=\"Admins have more extensive authorizations on your server. This includes admin commands in particular, which can have various effects on the server. Below is a brief overview of the most important admin commands that you should know. The list is not 100% complete, but we don&#8217;t want to overwhelm you with unnecessary information that you wouldn&#8217;t need in most cases anyway. SYNTAX NEEDED &#8220;VALUES&#8221; WHAT DOES IT DO? admin.mutevoice &#8220;player&#8221; Player name \/ Steam 64 ID Mute a player from speaking in-game admin.unmutevoice &#8220;player&#8221; Player name \/ Steam 64 ID Unmute a player to speak in-game admin.mutechat &#8220;player&#8221; Player name \/ Steam 64 ID Block a player from sending messages via in-game chat admin.unmutechat &#8220;player&#8221; Player name \/ Steam 64 ID Unblock a player to send messages via in-game chat chat.say &#8220;text&#8221; String (text) Shows your text in the chat craft.add [id] Item ID Add an item to your crafting queue craft.cancel [id] Item ID Cancel the crafting task of the named item craft.canceltask &nbsp; Cancel the item that is currently in the process of being crafted entity.debug_lookat &nbsp; Enable debug-mode for the object you are looking at entity.find_entity [entity] Object name Find the position of all objects with the provided name entity.find_group [entity_group] Object group name Find the position of all object groups with the given name entity.find_id [id] Object ID Find the position of an object with the given ID entity.find_parent &nbsp; Find the position of all parent objects entity.find_radius [radius] Value (radius) Find the position of all objects within the given radius entity.find_self &nbsp; Find the position of the player (yourself) entity.find_status [status] Object status Find an object with the given status entity.spawn [entity] Object name Spawn an object at the place you are looking at entity.spawnat [entity] [worldPos] Object name \/ position Spawn an object at a specified position in the game world entity.spawnhere [entity] [distance] Entity name \/ value (distance) Spawn an object nearby at the given distance away from the player entity.spawnitem [entity] Object name Spawn an item in the game world env.addtime 0-24 Value between 0-24 Fast-forward time by a given number of hours gc.collect &nbsp; Collect the garbage dump global.ban &#8220;player&#8221; &#8220;reason&#8221; Player name Ban a player from the game global.banid &#8220;player&#8221; &#8220;reason&#8221; Steam 64 ID Ban a player from the game using the Steam 64 ID global.banlist &nbsp; Display a list of banned users global.banlistex &nbsp; Display a list of banned users with additional infos global.kick &#8220;player&#8221; Player name \/ Steam 64 ID Kick a player from your server global.kickall &#8220;reason&#8221; &nbsp; Kick everyone from your server global.listid &nbsp; Display a list of banned users by ID global.moderatorid &#8220;id&#8221; Steam 64 ID Promote a player to server moderator global.ownerid &#8220;id&#8221; Steam 64 ID Promote a player to server owner global.players &nbsp; Display currently connected players global.quit() &nbsp; Leave the game global.removemoderator &#8220;id&#8221; Steam 64 ID Remove a moderator global.removeowner &#8220;id&#8221; Steam 64 ID Remove an owner global.restart &nbsp; Restart the server (300 seconds warning, 5 second intervals) global.say &#8220;text&#8221; String (text) Send a message to all players in the ingame chat global.status &nbsp; Print out currently connected players and server stats global.unban &#8220;id&#8221; Steam 64 ID Unban a player from your server global.users() &nbsp; Shows user info for players on your server server.readcfg &nbsp; Load server configuration server.save &nbsp; Force to create a save-game server.start &nbsp; Starts a server server.stop &nbsp; Stops a server server.writecfg &nbsp; Save all configuration changes weather.rain [value] Value between 0 &#8211; 1.00 = no rain1.0 = always rain Set the rain frequency factor for your server\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/\" \/>\n<meta property=\"og:site_name\" content=\"GPORTAL Wiki\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-22T10:36:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/09\/ingame-admin.png\" \/>\n\t<meta property=\"og:image:width\" content=\"35\" \/>\n\t<meta property=\"og:image:height\" content=\"28\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Steven\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Steven\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/\",\"url\":\"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/\",\"name\":\"Overview of admin commands for your RUST server - GPORTAL Wiki\",\"isPartOf\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/09\/ingame-admin.png\",\"datePublished\":\"2023-11-22T10:36:50+00:00\",\"dateModified\":\"2023-11-22T10:36:50+00:00\",\"author\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/6c8d17638d38be4b951b9d1564636faf\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/#primaryimage\",\"url\":\"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/09\/ingame-admin.png\",\"contentUrl\":\"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/09\/ingame-admin.png\",\"width\":35,\"height\":28},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.g-portal.com\/wiki\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Overview of admin commands for your RUST server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#website\",\"url\":\"https:\/\/www.g-portal.com\/wiki\/en\/\",\"name\":\"GPORTAL Wiki\",\"description\":\"GPORTAL Wiki\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.g-portal.com\/wiki\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/6c8d17638d38be4b951b9d1564636faf\",\"name\":\"Steven\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ae1e807f2ff968311b283ab8a45e36fe?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ae1e807f2ff968311b283ab8a45e36fe?s=96&d=mm&r=g\",\"caption\":\"Steven\"},\"url\":\"https:\/\/www.g-portal.com\/wiki\/en\/author\/steven\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Overview of admin commands for your RUST server - GPORTAL Wiki","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.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/","og_locale":"en_US","og_type":"article","og_title":"Overview of admin commands for your RUST server - GPORTAL Wiki","og_description":"Admins have more extensive authorizations on your server. This includes admin commands in particular, which can have various effects on the server. Below is a brief overview of the most important admin commands that you should know. The list is not 100% complete, but we don&#8217;t want to overwhelm you with unnecessary information that you wouldn&#8217;t need in most cases anyway. SYNTAX NEEDED &#8220;VALUES&#8221; WHAT DOES IT DO? admin.mutevoice &#8220;player&#8221; Player name \/ Steam 64 ID Mute a player from speaking in-game admin.unmutevoice &#8220;player&#8221; Player name \/ Steam 64 ID Unmute a player to speak in-game admin.mutechat &#8220;player&#8221; Player name \/ Steam 64 ID Block a player from sending messages via in-game chat admin.unmutechat &#8220;player&#8221; Player name \/ Steam 64 ID Unblock a player to send messages via in-game chat chat.say &#8220;text&#8221; String (text) Shows your text in the chat craft.add [id] Item ID Add an item to your crafting queue craft.cancel [id] Item ID Cancel the crafting task of the named item craft.canceltask &nbsp; Cancel the item that is currently in the process of being crafted entity.debug_lookat &nbsp; Enable debug-mode for the object you are looking at entity.find_entity [entity] Object name Find the position of all objects with the provided name entity.find_group [entity_group] Object group name Find the position of all object groups with the given name entity.find_id [id] Object ID Find the position of an object with the given ID entity.find_parent &nbsp; Find the position of all parent objects entity.find_radius [radius] Value (radius) Find the position of all objects within the given radius entity.find_self &nbsp; Find the position of the player (yourself) entity.find_status [status] Object status Find an object with the given status entity.spawn [entity] Object name Spawn an object at the place you are looking at entity.spawnat [entity] [worldPos] Object name \/ position Spawn an object at a specified position in the game world entity.spawnhere [entity] [distance] Entity name \/ value (distance) Spawn an object nearby at the given distance away from the player entity.spawnitem [entity] Object name Spawn an item in the game world env.addtime 0-24 Value between 0-24 Fast-forward time by a given number of hours gc.collect &nbsp; Collect the garbage dump global.ban &#8220;player&#8221; &#8220;reason&#8221; Player name Ban a player from the game global.banid &#8220;player&#8221; &#8220;reason&#8221; Steam 64 ID Ban a player from the game using the Steam 64 ID global.banlist &nbsp; Display a list of banned users global.banlistex &nbsp; Display a list of banned users with additional infos global.kick &#8220;player&#8221; Player name \/ Steam 64 ID Kick a player from your server global.kickall &#8220;reason&#8221; &nbsp; Kick everyone from your server global.listid &nbsp; Display a list of banned users by ID global.moderatorid &#8220;id&#8221; Steam 64 ID Promote a player to server moderator global.ownerid &#8220;id&#8221; Steam 64 ID Promote a player to server owner global.players &nbsp; Display currently connected players global.quit() &nbsp; Leave the game global.removemoderator &#8220;id&#8221; Steam 64 ID Remove a moderator global.removeowner &#8220;id&#8221; Steam 64 ID Remove an owner global.restart &nbsp; Restart the server (300 seconds warning, 5 second intervals) global.say &#8220;text&#8221; String (text) Send a message to all players in the ingame chat global.status &nbsp; Print out currently connected players and server stats global.unban &#8220;id&#8221; Steam 64 ID Unban a player from your server global.users() &nbsp; Shows user info for players on your server server.readcfg &nbsp; Load server configuration server.save &nbsp; Force to create a save-game server.start &nbsp; Starts a server server.stop &nbsp; Stops a server server.writecfg &nbsp; Save all configuration changes weather.rain [value] Value between 0 &#8211; 1.00 = no rain1.0 = always rain Set the rain frequency factor for your server","og_url":"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/","og_site_name":"GPORTAL Wiki","article_published_time":"2023-11-22T10:36:50+00:00","og_image":[{"width":35,"height":28,"url":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/09\/ingame-admin.png","type":"image\/png"}],"author":"Steven","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Steven","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/","url":"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/","name":"Overview of admin commands for your RUST server - GPORTAL Wiki","isPartOf":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/#primaryimage"},"image":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/09\/ingame-admin.png","datePublished":"2023-11-22T10:36:50+00:00","dateModified":"2023-11-22T10:36:50+00:00","author":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/6c8d17638d38be4b951b9d1564636faf"},"breadcrumb":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/#primaryimage","url":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/09\/ingame-admin.png","contentUrl":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/09\/ingame-admin.png","width":35,"height":28},{"@type":"BreadcrumbList","@id":"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-admin-commands-for-your-rust-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.g-portal.com\/wiki\/en\/"},{"@type":"ListItem","position":2,"name":"Overview of admin commands for your RUST server"}]},{"@type":"WebSite","@id":"https:\/\/www.g-portal.com\/wiki\/en\/#website","url":"https:\/\/www.g-portal.com\/wiki\/en\/","name":"GPORTAL Wiki","description":"GPORTAL Wiki","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.g-portal.com\/wiki\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/6c8d17638d38be4b951b9d1564636faf","name":"Steven","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ae1e807f2ff968311b283ab8a45e36fe?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ae1e807f2ff968311b283ab8a45e36fe?s=96&d=mm&r=g","caption":"Steven"},"url":"https:\/\/www.g-portal.com\/wiki\/en\/author\/steven\/"}]}},"jetpack_featured_media_url":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/09\/ingame-admin.png","_links":{"self":[{"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/posts\/19049"}],"collection":[{"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/comments?post=19049"}],"version-history":[{"count":6,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/posts\/19049\/revisions"}],"predecessor-version":[{"id":19057,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/posts\/19049\/revisions\/19057"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/media\/12592"}],"wp:attachment":[{"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/media?parent=19049"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/categories?post=19049"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/tags?post=19049"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}