Skip to content

Installing on ubuntu server (SSH, headless) #41

Answered by mgrimace
mgrimace asked this question in Q&A
Discussion options

You must be logged in to vote

Step 1: Start ASF as a service. I did not start a bot because I cannot enter 2fa password when running as a service, but ASF is running. Use: https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Management
Step 2python3 -m pip install -r requirements.txt to install this script's requirements
Step 3: when running script, localhost address should take the form http://localhost:1242 - inclusive of the http
Step 4: If you experience errors (e.g., server disconnected), reboot your vps, then re-run the script

Install screen to keep scripts running when you disconnect from SSH
Step 1: sudo apt-get install screen
Step 2: screen
Step 3: run the script
Step 4: control+a then d to detach the script a…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mgrimace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant