Access MOD using SSH

From MOD Wiki
Revision as of 22:25, 9 November 2018 by Leogermani (talk | contribs) (creating page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If you are a linux heavy user, you might want to access your MOD via SSH. Yes, you can do this.

SSH connection is open by default:

  • user "root"
  • password "mod".

File system is mounted read only. If you need to remount it in Read/write mode, do the following:

mount / -o remount,rw

WARNING: Great power comes with great responsibility. Changing things inside your MOD can be dangerous, only try this if you really know what you are doing!

Anyway, if something goes really wrong, you can always recover your MOD.