STEAM GROUP
Archi's SC Farm Archi-ASF
STEAM GROUP
Archi's SC Farm Archi-ASF
73,050
IN-GAME
450,342
ONLINE
Founded
October 29, 2015
Language
English
This topic has been locked
Wiktor Apr 12, 2020 @ 4:35pm
Running on Unraid
Edit: Solved. Read this if you're planning on running ACF on Unraid it may help you out.

Hey all,

I've been trying to get ASF running on unraid using the "justarchi/archisteamfarm:released" dockerhub container. I've successfully pulled it, however, I can't seem to be able to access the web UI. these [i.imgur.com] are the parameters I'm using to set it up. Within the config directory, I've pasted in my bot.json and ASF.json; the logs seem to indicate that it's picking them up just fine.


I've tried following the steps provided in this guide , however, I still can't seem to be able to access the webUI.

The logs indicate that "Interactive console is not available due to missing SteamOwnerID config property.", but I have 100% put in my steam ID within the ASF.json file, formatted as below:
{ "s_SteamOwnerID": "76561198042084472" }

Now I totally understand that it's not within the scope of support of the ASF team to help with weird docker configs such as unraid, but I'm hoping perhaps someone within the community has had similar issues.

Many thanks.

Logs below:
It was not possible to find any installed .NET Core SDKs Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from: https://aka.ms/dotnet-download Host (useful for support): Version: 3.1.3 Commit: 4a9f85e9f8 .NET Core SDKs installed: No SDKs were found. .NET Core runtimes installed: Microsoft.AspNetCore.App 3.1.3 [/usr/share/dotnet/shared/microsoft.aspnetcore.app] Microsoft.NETCore.App 3.1.3 [/usr/share/dotnet/shared/microsoft.netcore.app] To install additional .NET Core runtimes or SDKs: https://aka.ms/dotnet-download 2020-04-12 13:01:29|dotnet-11|INFO|ASF|InitASF() ArchiSteamFarm V4.2.0.3 (docker/45fac5db-cddb-4d7f-bebc-8b4794d24fbc | Linux 4.19.94-Unraid #1 SMP Thu Jan 9 08:20:36 PST 2020) 2020-04-12 13:01:29|dotnet-11|INFO|ASF|InitGlobalConfigAndLanguage() ASF will attempt to use your preferred culture, but translation in that language was completed only in 0.0 %. Perhaps you could help us improve ASF translation for your language? 2020-04-12 13:01:29|dotnet-11|INFO|ASF|InitGlobalDatabaseAndServices() It looks like it's your first launch of the program, welcome! 2020-04-12 13:01:39|dotnet-11|WARN|ASF|InitGlobalDatabaseAndServices() Please review our privacy policy section on the wiki if you're concerned about what ASF is in fact doing! 2020-04-12 13:01:44|dotnet-11|WARN|ASF|StartInteractiveConsole() Interactive console is not available due to missing SteamOwnerID config property. 2020-04-12 13:01:44|dotnet-11|INFO|ASF|RegisterBots() Initializing SteamDirectory... 2020-04-12 13:01:45|dotnet-11|INFO|ASF|RegisterBots() Success! 2020-04-12 13:01:45|dotnet-11|WARN|ASF|RegisterBots() No bots are defined. Did you forget to configure your ASF? 2020-04-12 13:03:45|dotnet-11|INFO|ASF|OnCreatedJsonFile() Global config file has been changed! 2020-04-12 13:03:45|dotnet-11|INFO|ASF|RestartOrExit() Exiting... 2020-04-12 13:03:47|dotnet-11|INFO|wiki|Start() Starting... 2020-04-12 13:03:47|dotnet-11|INFO|wiki|Connect() Connecting... 2020-04-12 13:03:48|dotnet-11|INFO|wiki|OnConnected() Connected to Steam! 2020-04-12 13:03:48|dotnet-11|INFO|wiki|OnConnected() Logging in... <wiki> Please enter your 2FA code from your Steam authenticator app: 2020-04-12 13:03:49|dotnet-11|INFO|wiki|Stop() Stopping... ./ArchiSteamFarm.sh: 1: kill: No such process It was not possible to find any installed .NET Core SDKs Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from: https://aka.ms/dotnet-download Host (useful for support): Version: 3.1.3 Commit: 4a9f85e9f8 .NET Core SDKs installed: No SDKs were found. .NET Core runtimes installed: Microsoft.AspNetCore.App 3.1.3 [/usr/share/dotnet/shared/microsoft.aspnetcore.app] Microsoft.NETCore.App 3.1.3 [/usr/share/dotnet/shared/microsoft.netcore.app] To install additional .NET Core runtimes or SDKs: https://aka.ms/dotnet-download 2020-04-12 13:03:52|dotnet-12|INFO|ASF|InitASF() ArchiSteamFarm V4.2.0.3 (docker/45fac5db-cddb-4d7f-bebc-8b4794d24fbc | Linux 4.19.94-Unraid #1 SMP Thu Jan 9 08:20:36 PST 2020) 2020-04-12 13:03:52|dotnet-12|INFO|ASF|InitGlobalConfigAndLanguage() ASF will attempt to use your preferred culture, but translation in that language was completed only in 0.0 %. Perhaps you could help us improve ASF translation for your language? 2020-04-12 13:03:52|dotnet-12|INFO|ASF|StartInteractiveConsole() Interactive console is now active, type 'c' in order to enter command mode. 2020-04-12 13:03:52|dotnet-12|ERROR|ASF|HandleConsoleInteractively() System.InvalidOperationException: Cannot see if a key has been pressed when either application does not have a console or when console input has been redirected from a file. Try Console.In.Peek. at System.Console.get_KeyAvailable() at ArchiSteamFarm.NLog.Logging.HandleConsoleInteractively() 2020-04-12 13:03:52|dotnet-12|INFO|wiki|Start() Starting... 2020-04-12 13:03:52|dotnet-12|INFO|wiki|Connect() Connecting... 2020-04-12 13:03:52|dotnet-12|INFO|wiki|OnConnected() Connected to Steam! 2020-04-12 13:03:52|dotnet-12|INFO|wiki|OnConnected() Logging in... <wiki> Please enter your 2FA code from your Steam authenticator app: 2020-04-12 13:03:53|dotnet-12|INFO|wiki|Stop() Stopping...
Last edited by Wiktor; Apr 12, 2020 @ 6:08pm
Originally posted by Wiktor:
Found the issue. It needs to be running in headless and IPC to be enabled In the config file.

This is my ASF config:
{ "s_SteamOwnerID": "76561198042084472", "Headless": true, "IPC": true }


Refer to using the input command [github.com] to log into your account. I couldn't be bothered messing around with rooting my phone to enable the ASF 2FA, although it sounds like a great feature for botfarms.
< >
Showing 1-1 of 1 comments
A moderator of this forum has indicated that this post answers the original topic.
Wiktor Apr 12, 2020 @ 6:08pm 
Found the issue. It needs to be running in headless and IPC to be enabled In the config file.

This is my ASF config:
{ "s_SteamOwnerID": "76561198042084472", "Headless": true, "IPC": true }


Refer to using the input command [github.com] to log into your account. I couldn't be bothered messing around with rooting my phone to enable the ASF 2FA, although it sounds like a great feature for botfarms.
< >
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: Apr 12, 2020 @ 4:35pm
Posts: 1