Counter-Strike 2

Counter-Strike 2

89 人が評価
How to run ArchiSteamFarm on Android
作者: CaptMartinWalker
This is easy step-by-step-guide how to run ArchiSteamFarm on Android via Termux
   
アワード
お気に入り
お気に入り
お気に入りから削除
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 件のコメント
CaptMartinWalker  [作成者] 7月20日 6時11分 
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 7月20日 6時03分 
Account is currently being used: ASF will resume farming when it's free...
this Errors is popped in Termux
Omnipotent_Jadu 7月20日 3時12分 
Thank You
CaptMartinWalker  [作成者] 7月20日 3時04分 
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月19日 23時34分 
Where do I choose 'Acquire wakelock '
Killua 6月6日 7時27分 
Tried it, it works, thanks! :ChipJoy:
CaptMartinWalker  [作成者] 2月11日 20時55分 
cd config

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