Files
Guides/linuxtestserver.md
T

30 lines
1.4 KiB
Markdown
Raw Normal View History

2026-06-26 02:22:59 +00:00
# Installation
## Install Arma server through steam.
2026-06-26 02:22:59 +00:00
Use the linux version, don't use a proton compatibility layer.
## Create the basic server config files.
2026-06-26 02:22:59 +00:00
[Wiki Example](https://community.bistudio.com/wiki/Arma_3:_Server_Config_File#Example_Configuration_File)
2026-06-26 02:22:59 +00:00
Disable signature verification and battleye, and add an admin password so you can change mission without the voting timer.
## Symlink the client workshop folder.
While in your server folder eg ```/home/MYUSERNAME/.local/share/Steam/steamapps/common/Arma 3 Server``` run the command
```ln -s /home/MYUSERNAME/.local/share/Steam/steamapps/workshop/content/107410 mods```
2026-06-26 02:22:59 +00:00
## Create the launcher script
2026-06-26 02:22:59 +00:00
Create a new shell script called launch_from_html.sh in the arma server folder with the contents
```TBA```
Make it executable. In mint, right click, properties, check allow executing as program, and close. ```chmod +x launch_from_html``` is terminal version of this.
## Create the drag-and-drop launcher
2026-06-26 02:22:59 +00:00
Make a launcher. In mint cinnamon, right click the desktop, Create a new launcher here. Name it something like ArmaServerFromHtml. Click browse and select the sh script. Click launch in terminal, then OK.
You can move the launcher anywhere you want after creating it.
# Running
Create a repo html for your mission. Copy your mission to the servers mpmissions folder. Launch your client. Drag the html for the repo over the launcher.
2026-06-26 02:22:59 +00:00
Connect to the server on localhost.