Counter-Strike 2

Counter-Strike 2

87 ratings
How to run ArchiSteamFarm on Android
By CaptMartinWalker
This is easy step-by-step-guide how to run ArchiSteamFarm on Android via Termux
   
Award
Favorite
Favorited
Unfavorite
What you need to do
1. Install Termux, https://f-droid.org/packages/com.termux/
direct link https://f-droid.org/repo/com.termux_1020.apk
2. Open Termux
3. Type this:


pkg upgrade -y
( choose "y" if any questions )

pkg install proot-distro -y

proot-distro install ubuntu
( confirm and wait it will take some time, we use ubuntu but you can choose other distro, here is detailed instruction about proot https://wiki.termux.com/wiki/PRoot )

proot-distro login ubuntu
(confirm and you will have ubuntu running on your Android)

4. Next we will install ASF (We will use V6.0.8.7 as its latest stable for now, and linux-arm64, if any problems try linux-arm version instead, all releases https://github.com/JustArchiNET/ArchiSteamFarm/releases )

apt update && apt upgrade -y

curl -L -O https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/6.0.8.7/ASF-linux-arm64.zip

unzip ASF-linux-arm64.zip

chmod +x ArchiSteamFarm

apt install libicu74 mono-runtime
(If you have problem with libicu74 package it means its version got updated, to find actual version use
apt search libicu
command or use libicu-dev package instead)

5. Now ASF installed on your Android, but before run it we need to configurate your bot settings

cd config

nano mybot.json
(where "mybot" is a name of your bot, you can change it)

6. Then you need copy and paste this and changge to your steamnane and password, this is minimal setup for detailed configuration use thise https://justarchinet.github.io/ASF-WebConfigGenerator/#/

{
"Enabled": true,
"SteamLogin": "your_steamname",
"SteamPassword": "your_password"}


(Press CTRL + X, and then type "y" to save your config)

7. Now to run ASF on your Android you need

cd ~

./ArchiSteamFarm

You wil need enter your 2FA

8. If you want 24/7 ASF run you need choose "Aquire wakelock" in Termux notification

9. To run ASF next time you will need just open Termux and this commands

proot-distro login ubuntu

./ArchiSteamFarm



If you got this error:

GC heap initialization failed with error 0x8007000E
Failed to create CoreCLR, HRESULT: 0x8007000E


Then run ASF with this command instead:

DOTNET_GCHeapHardLimit=1C0000000 ./ArchiSteamFarm

(Thanks Shigutso.sh for sharing this solution)



46 Comments
CaptMartinWalker  [author] 34 minutes ago 
You can't play games and farm cards with ASF in same time, this message means that when you stop playing ASF will resume farming cards.
Omnipotent_Jadu 42 minutes ago 
Account is currently being used: ASF will resume farming when it's free...
this Errors is popped in Termux
Omnipotent_Jadu 3 hours ago 
Thank You
CaptMartinWalker  [author] 3 hours ago 
Android notification panel, when in termux swipe down from the top of your screen and you will see notification with "acquire wakelock" option.
Omnipotent_Jadu 7 hours ago 
Where do I choose 'Acquire wakelock '
Killua 6 Jun @ 7:27am 
Tried it, it works, thanks! :ChipJoy:
CaptMartinWalker  [author] 11 Feb @ 8:55pm 
cd config

nano mybot.json
(where "mybot" is a name of your bot)
void 11 Feb @ 4:21pm 
How to edit bot setting?
ineedcontext 9 Feb @ 1:46am 
Anytime i type in ./ArchiSteamFarm it says "no such file or directory" any idea why?
rudix 8 Dec, 2024 @ 2:12am 
не устанавливается убунтц что делать