Rust Commands & Keybinds
46+ battle-tested Rust console commands and PVP keybinds — FOV zoom, quick-craft, audio toggles, map binds, and FPS cleanup. Copy and paste straight into the F1 console.
- Copy & paste
- 6 categories
- Works on any server
This is the keybind and console-command loadout PACK RAT runs in competitive Rust — the same binds that make facechecks, crafting, and callouts a single keystroke instead of a menu dive.
Every entry is a vanilla client-side command, so it works on PACK's US Main and any other Rust server. Press F1 to open the console, paste a command, and press Enter. Search below or jump to a category.
Combat & PVP
Zoom, sensitivity, and visibility binds that win facechecks.
bind c "+fov 90;fov 70"bind mouse4 ~graphics.fov 70;graphics.fov 90Uses the current graphics.fov command; the ~ prefix cycles between the two values.
bind mouse5 ~graphics.fov 70;graphics.fov 80;graphics.fov 90bind leftalt "+headlerp 50;headlerp 0;+fov 90;fov 70;+altlook"To reset: bind leftalt +altlook
bind mouse1 "+attack2;+fov 90;fov 70"Not recommended for bow users.
bind mouse1 "+attack2;+input.sensitivity .45;input.sensitivity .2"Tune the .2 multiplier to taste — lower means slower, steadier ADS aim.
bind leftalt +sensitivity 0.25;sensitivity 0.5;+altlookbind j ~global.showblood 0;global.showblood 1bind f1 "consoletoggle;combatlog_outgoing"hitnotify.notification_level 2Current 2026 PVP meta so you can trust your hit feedback.
headlerp_inertia falseclient.headlerp 4
Quick Crafting
One-key crafting binds for meds, walls, kits, and more.
bind b "craft.add -2072273936"bind mousewheelup "craft.add -97956382"bind j craft.add -97956382;craft.cancel -97956382;craft.add -97956382bind 6 "craft.add -1234735557"bind leftbracket craft.add 1079279582bind keypad4 craft.add 1373240771bind f6 craft.add 1877339384 1 51707;craft.add 602741290 1 51510;craft.add 1992974553 1 51509inventory.quickcraftdelay 0
Audio & Visibility
Audio toggles and viewmodel tweaks that clear your sightlines.
bind n ~audio.game 0.05;audio.game 0.6bind x "~audio.master 0.1;audio.master 1;audio.master 2"bind [leftshift+o] "+audio.speakers 6;audio.speakers 1"bind f6 audio.speakers 2bind j ~grass.displacement d 0;grass.displacement 1bind m ~graphics.vm_fov_scale 1;graphics.vm_fov_scale 0graphics.vm_fov_scale falsebind n ~meta.exec "vm_fov_scale 1" "showtoast 1 fat";meta.exec "vm_fov_scale 0" "showtoast 2 skinny"effects.maxgibs 0
Quality of Life
Movement, looting, and everyday convenience binds.
bind x +forward;+sprintbind z "forward;sprint"bind e +use;+hoverlootinput.holdtime 0.1client.bag_unclaim_duration 0.5bind y ~meta.exec "client.setunderwear mummywraps" "showtoast 2 mummy";meta.exec "client.setunderwear naked" "showtoast 1 default"console.erroroverlay falsebind k killbind p attack
Map & UI
Faster map opens with UI scaling and freelook tweaks.
bind g +map;+focusmapbind g "+graphics.uiscale 0.8;graphics.uiscale 0.5;+map"bind g "+map;effects.maxgibs -1;headlerp_inertia false;bind mousewheelup "";bind mousewheeldown """Disables mousewheel item switching; faster head return when freelooking.
bind f +focusmap;+map;maxgibs -1
Performance & Optimization
Cleanup and graphics commands that recover FPS mid-fight.
gc.collect;pool.clear_assets;pool.clear_memory;pool.clear_prefabs;gc.alloc;decal.clear;pool.enabled;sss.enabled false;playercull.visquality 4;reflection.planarcount 0;reflection.planarreflections false;reflection.planarresolution 0;playercull.maxplayerdist 400;playercull.maxsleeperdist 20;playercull.minculldist 1000;playercull.enabled true;graphics.maxqueuedframes 3;effects.clearallgibs;decal.clear;decal.clear;gc.incremental_milliseconds 1;effects.clearallgibs;graphics.shadowmode 0 gc.buffer 4096Run this for a significant performance boost.
graphics.shadowmode 0fps.limit -1gc.buffer 2048
How to use these commands
- Open the console: press F1 in Rust to bring up the console.
- Copy & paste: hit Copy on any command, then paste it into the console and press Enter.
- Customize keybinds: swap the key name after
bind(e.g.c,leftalt) for whatever suits your setup. - Test first: try new binds in a safe spot to confirm they behave the way you expect.
Frequently asked questions
How do I use Rust console commands?
Launch Rust and press F1 to open the console. Paste any command from this page and press Enter. Bind commands (starting with "bind") assign an action to a key, so they only need to be entered once per wipe or added to your config.
How do I open the console in Rust?
Press F1 while in game. If nothing happens, enable the console in Options → make sure the F1 key is not rebound elsewhere.
Do these binds work on PACK's US Main?
Yes. Every command here is a vanilla client-side Rust command or keybind, so they work on PACK's US Main and any other Rust server. Connect with connect rust.packrat.cc and paste them into your console.
How do I change the key a bind uses?
Replace the key name right after "bind" with the key you want. For example, change bind c "+fov 90;fov 70" to bind mouse4 "+fov 90;fov 70" to move the zoom toggle onto your side mouse button.