Difference between revisions of "Access MOD using SSH"

From MOD Wiki
Jump to navigation Jump to search
(creating page)
(No difference)

Revision as of 22:25, 9 November 2018

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.