Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Dev team? Help needed here.
With 0.12.30 there is a bug making this not work (at least on linux), which will be fixed in 0.12.31.
[0.12.30][Linux x64] Does not save on graceful shutdown[forums.factorio.com]
You can also save manually if you have commands enabled, using
Systemctrl stop factorio
Example: /opt/factorio/bin/x64/factorio --start-server
Yes, it NORMALLY runs on the terminal you type it in, but if you transformed it into a service to run through systemctl or any other hidden shell, you might be locked out, unable to see or interact with the server.
Well:
1. check if it is a running service using: systemctl status factorio
2. if yes, use systemctl stop factorio (it may need a "sudo" prefix there)
3. if not a service, use ps aux | grep factorio
4. the first column of results is the user running it, the second is the PID number, and the last is the path to where it started from
5. use kill <PID number> in all the currencies listed (example: kill 3428)
Done.
Also, there is no way to stop the server from the inside, like using an admin player account.