
- FACTORIO DOWNLOAD SIZE UPDATE
- FACTORIO DOWNLOAD SIZE MODS
- FACTORIO DOWNLOAD SIZE SOFTWARE
- FACTORIO DOWNLOAD SIZE DOWNLOAD
FACTORIO DOWNLOAD SIZE SOFTWARE
Step B2 :: Directoriesįactorio runs out of the /opt directory, a directory resevered in UNIX for non-default software installation.
FACTORIO DOWNLOAD SIZE DOWNLOAD
Wait for the file to download before proceeding. The easiest way to rectify it is to manually set the file name using the -O flag and manually providing the file name as used in the example above. On your EC2 instance, run the following command to download the latest headless server wget -O factorio_ Īlso, as they redirect download requests, wget will not name the file correctly. B - Factorio Setup on EC2 Step B1 - Download binary Note that if you wish to be able to ping your EC2 instance, you will also need to enable inbound rules for Custom ICMP - IPv6 and Custom ICMP - IPv4 otherwise the AWS firewall will block any ping requests. Repeat these process until you have the following rules on your EC2 instance. The only thing we need to do here is add Inbound Rules exceptions for ports 6277 for both TCP and UDP.Ĭlick Add Rule choose Custom TCP for the Type, and for Port Range type in 62754, for Source, choose Anywhere.

Go to your EC2 instance summary page -> Security tab, and click on the blue link under Security Groups to bring up the rules page. You will get a command similar to the one below: ssh -i "factorio-ec2-instance.pem" A10 :: Configure Firewall Rules on your EC2 Instanceįor the purposes of this guide, we will be using port 62754 for hosting the game. pem file, or ensure you launch your terminal in the same directory as the. You will need to make sure that you provide the path to the. On the Connect to instance page, click on the SSH Client tab and follow the 4 steps laid out on that page to ssh into your EC2 instance. Click on your 'instance-id' and then click on the Connect button. Once you have launched your instance, go to the Instances page and you will see your instance appear in the list. pem file and configured everything, go ahead and launch your instance. pem file is stored on ~/documents on OSX, or C:/./My Documents in Windows. You will need to reference it each time you wish to SSH in to your EC2 instance. pem file somewhere so you don't forget it. Without it, you will not be able to SSH in, and you will have to regenerate a new key pair for yourself. This is your private key that allows you to SSH into the EC2 instance. Then hit Download Key Pair to download the factorio-ec2-instance.pem file.

In the key pair window, select Create a new key-pair, and give the key-pair a name, for example: factorio-ec2-instance. Keep advancing to the next page until you reach the Select an existing key pair or create a new key pair window. If you know exactly what your IP address range is going to be, you can configure it using the Custom rule instead.
FACTORIO DOWNLOAD SIZE UPDATE
Note that you may need to update this rule multiple times if your IP address is not static. Under the 'source' column, change the 'Custom' to 'My IP' so that only your computer is allowed to SSH into the server. You may receive a warning about Your security group, your-security-group-name, is open to the world.Ĭlick on Edit security groups, and you will see an inbound rule for SSH already configured.
FACTORIO DOWNLOAD SIZE MODS
The default setup comes with 8GB of storage, which is plenty for storing save files, however if you plan to run mods, you will need to figure out how much storage all mods would require on the server.Ĭlick on 'Review and Launch' Step A6 :: Security Groups Leave the default settings here, unless there is something specific you want to change. For starting a new game I recommend t2.large which comes with 8GB of RAM and 2 vCPU cores - you can always swap out the instance type later on if performance is becoming an issue. This will vary depending on your server needs. Select the Amazon Linux 2 AMI (HVM), SSD Volume Type AMI for x86 (AMI Id: ami-047a51fa27710816e (64-bit x86)) Step A2 :: Choose Amazon Machine Image (AMI) Click on the orange 'Launch Instance' button near the bottom of the page to bring up the EC2 configuration page. Search for 'EC2' and select that service to bring up the EC2 dashboard / console page. Sign into your AWS account and go to your dashboard. PrerequisitesĪ - EC2 Setup Step A1 :: Launch EC2 Instance However it is possible for this guide to also work on other linux AMI images. This guide was done using the Amazon Linux 2 AMI image for EC2, and Factorio 1.19.0. So, with credit to the Factorio wiki and cbednarski's helpful gist, I have been able to successfully setup a Factorio headless server on AWS EC2 using the Amazon Linux 2 AMI (HVM), SSD Volume Type AMI. Factorio Headless Server Guide for AWS EC2
