The 2026.07.14 version has a weird behavior of, if you specify the default port 7777, it will use 7779 instead. Other port numbers look fine. So if you are having problems connecting after the update, try listing all open UDP ports on your system and check the actual port used.
Search Criteria
Package Details: abiotic-factor-server 1.0.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/abiotic-factor-server.git (read-only, click to copy) |
|---|---|
| Package Base: | abiotic-factor-server |
| Description: | Abiotic Factor dedicated server (Windows build under Wine), managed by systemd |
| Upstream URL: | https://github.com/DFJacob/AbioticFactorDedicatedServer |
| Keywords: | abiotic abiotic-factor |
| Licenses: | LicenseRef-Steam-Subscriber-Agreement |
| Submitter: | Richardn |
| Maintainer: | Richardn |
| Last Packager: | Richardn |
| Votes: | 2 |
| Popularity: | 0.78 |
| First Submitted: | 2026-06-27 05:17 (UTC) |
| Last Updated: | 2026-06-27 05:17 (UTC) |
Dependencies (3)
- lib32-dbus
- steamcmdAUR
- wine (wine-stable-nextAUR, wine-stableAUR, wine-pure-gitAUR, wine-pure-gitAUR, wine-tkg-staging-ntsync-binAUR, wine-asahi-gitAUR, wine-gitAUR, wine-staging-gitAUR, wine-cachyosAUR, wine-tkg-staging-wow64-binAUR, wine-tkg-staging-binAUR, wine32AUR, wine-dwprotonAUR, wine-dwproton-binAUR, wine-cachyos-mr10060AUR, wine-gohryt-wayland-wow64AUR, wine-staging)
Required by (0)
Sources (0)
Latest Comments
Richardn commented on 2026-07-17 05:28 (UTC)
Richardn commented on 2026-06-27 05:25 (UTC) (edited on 2026-07-28 19:55 (UTC) by Richardn)
After installation, modify /etc/abiotic-factor/server.conf as needed.
If you have a save, put it at /var/lib/abiotic-factor/server/AbioticFactor/Saved/SaveGames/Server/Worlds/<World Name>. World Name is what you specify in server.conf. For example, if you have a save at <Windows Drive>/Users/<username>/AppData/Local/AbioticFactor/Saved/SaveGames/<steamid>/Worlds/AAA, you just put the contents of AAA under /var/lib/abiotic-factor/server/AbioticFactor/Saved/SaveGames/Server/Worlds/Cascade, if you use the default Cascade name.
Finally, start (and enable) abiotic-factor.service to start the server. Restarting the service updates the server (if update presents) before starting.
journalctl -u abiotic-factor -f gives you live monitoring of server logs.
Pinned Comments
Richardn commented on 2026-06-27 05:25 (UTC) (edited on 2026-07-28 19:55 (UTC) by Richardn)
After installation, modify
/etc/abiotic-factor/server.confas needed.If you have a save, put it at
/var/lib/abiotic-factor/server/AbioticFactor/Saved/SaveGames/Server/Worlds/<World Name>.World Nameis what you specify inserver.conf. For example, if you have a save at<Windows Drive>/Users/<username>/AppData/Local/AbioticFactor/Saved/SaveGames/<steamid>/Worlds/AAA, you just put the contents ofAAAunder/var/lib/abiotic-factor/server/AbioticFactor/Saved/SaveGames/Server/Worlds/Cascade, if you use the defaultCascadename.Finally, start (and enable)
abiotic-factor.serviceto start the server. Restarting the service updates the server (if update presents) before starting.journalctl -u abiotic-factor -fgives you live monitoring of server logs.