Advertisement
Guest User

Untitled

a guest
Apr 5th, 2016
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. rustserver@rustserver:~$ ./rustserver start
  2. [ INFO ] Log Manager rust-server: Moving game logs to /home/rustserver/log/server
  3. [ OK ] Starting rust-server: Rust
  4. rustserver@rustserver:~$ ./rustserver details
  5.  
  6. Distro Details
  7. ==============================================================================
  8. Distro: Ubuntu 15.10
  9. Arch: x86_64
  10. Kernel: 4.2.0-27-generic
  11. Hostname: rustserver
  12. tmux: tmux 2.0
  13. GLIBC: 2.21
  14.  
  15. Performance
  16. ==============================================================================
  17. Uptime: 0d, 1h, 44m
  18. Avg Load: 0.08, 0.03, 0.05
  19.  
  20. Mem: total used free
  21. Physical: 488M 371M 117M
  22. Swap: 0B 0B 0B
  23.  
  24. Storage
  25. ==============================================================================
  26. Filesystem: /dev/vda1
  27. Total: 20G
  28. Used: 3.7G
  29. Available: 15G
  30. Serverfiles: 2.0G
  31.  
  32. Rust Server Details
  33. ==============================================================================
  34. Server name: Rust
  35. Server IP: MYIP:28015
  36. RCON password: 7418
  37. Tick rate: 30
  38. Status: ONLINE
  39.  
  40. rustserver Script Details
  41. ==============================================================================
  42. Service name: rust-server
  43. rustserver version: 230215
  44. User: rustserver
  45. GLIBC required: 2.15
  46. Email notification: off
  47. Update on start: off
  48. Location: /home/rustserver
  49. Config file: /home/rustserver/serverfiles/server/rust-server/cfg/server.cfg
  50.  
  51. Backups
  52. ==============================================================================
  53. No Backups created
  54.  
  55. Command-line Parameters
  56. ==============================================================================
  57. ./RustDedicated -batchmode +server.ip MYIP +server.port 28015 +server.tickrate 30 +server.hostname "Rust" +server.identity "rust-server" +server.maxplayers 10 +server.worldsize 4000 +server.saveinterval 300 +rcon.ip MYIP +rcon.port 28016 +rcon.password "MYPW" -logfile "gamelog-2016-04-05-16-08-23.log"
  58.  
  59. Ports
  60. ==============================================================================
  61. Change ports by editing the parameters in
  62. rustserver script
  63.  
  64. Useful port diagnostic command:
  65. netstat -atunp | grep Rust
  66.  
  67. DESCRIPTION DIRECTION PORT PROTOCOL
  68. > Game/Query INBOUND 28015 tcp/udp
  69. > RCON INBOUND 28016 tcp
  70.  
  71.  
  72. Status: ONLINE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement