System Information
Field | Value |
---|---|
Operating System | Linux - Debian GNU/Linux 12 on x86_64 |
Product | AMP ‘Decadeus’ v2.4.6.0 (Mainline) |
Virtualization | Docker |
Application | Rust Dedicated Server |
Module | RustModule |
Running in Container | Yes |
Current State | Ready |
Problem Description
Issue
Was trying to add an owner id to a Rust server.
Some posts suggest two ways to do it:
- via RCON App command
- via updating the
users.cfg
file
So here I tried the file way:
- written
ownerid 76561198123456789 "TomSmith" ""
to/AMP/rust/258000/server/my_server_identity/cfg/users.cfg
, via AMP web page’s File Manager. - restart the Rust Instance
However, it won’t work. The file file will be back to empty after the restart, plus, in the game,F1
→Weapon
→ $AnyWeaponARM
won’t add it to the inventory.
Could you please advise how to do the file way correctly?
Reproduction Steps
- add “ownserid a-steam64-id steam-user reason-to-add” to
/AMP/rust/258000/server/my_server_identity/cfg\users.cfg
- click “save”
- get into AMP’s docker container, and echo the cfg file, it should it is been writtern.
- restart the Rust Instance from AMP
- The cfg file is still empty.