The versions are the latest on both those two commands, however it’s still not getting back the correct response from the API call. This is not a caching issue as I ran a curl on local host and still got the incorrect version in the json payload for ARK
curl -H "Content-Type: application/json" -H "Accept: application/json" --request POST --data '{"SESSIONID":"8fcdc286-54d2-49c9-8f0f-0ac7936d984e"}' http://127.0.0.1:8080/API/ADSModule/Servers/1d9649f2/API/Core/GetModuleInfo
curl response
{"Name":"Generic Module","Author":"CubeCoders Limited","AppName":"ARK: Survival Ascended","SupportsSleep":false,"LoadedPlugins":["GenericModule","FileManagerPlugin","LocalFileBackupPlugin","AnalyticsPlugin","steamcmdplugin"],"AMPVersion":"2.6.4.2","AMPBuild":"20251210.2","ToolsVersion":"2.6.4.2","APIVersion":"2.6.4.2","VersionCodename":"Phobos","Timestamp":"10/12/2025 02:33","BuildSpec":"Mainline","Branding":{"DisplayBranding":false,"PageTitle":"Provider Page Title Not Set","CompanyName":"","WelcomeMessage":"","BrandingMessage":"","ShortBrandingMessage":"PoweredByAMP","URL":"","SupportURL":"","SupportText":"","SubmitTicketURL":"","LogoURL":"","BackgroundURL":"","SplashFrameURL":"","ForgotPasswordURL":"","HostedAnalyticsTag":""},"Analytics":false,"AnalyticsTag":"","FeatureSet":["RunAMP","LTSBuilds","CustomBranding","SSOLogins","Templating","SharedRoles","ControllerTargetMode","Analytics","SelfAssignedInstances"],"InstanceId":"1d9649f2-bb33-4fef-a40b-967b27ceeb5e","InstanceName":"HouseMareArkSA01","FriendlyName":"HouseMareArkSA","EndpointURI":"0.0.0.0:7777","PrimaryEndpoint":"0.0.0.0:7777","ModuleName":"GenericModule","IsRemoteInstance":true,"DisplayBaseURI":"","RequiresFullLoad":false,"AllowRememberMe":true,"BasePort":8081,"IsOIDCEnabled":false,"OIDCProviderFriendlyName":""}
Output of the info commands
[Info/1] AMP Instance Manager v2.6.5.2 built 28/01/2026 16:01
[Info/1] Stream: Mainline / Release - built by CUBECODERS/buildbot on CCL-DEV
Instance ID │ 077a70c2-7448-4759-98d2-a2aecc815145
Module │ ADS
Instance Name │ ADS01
Friendly Name │ ADS01
URL │ http://127.0.0.1:8080/
Running │ Yes
Runs in Container │ No
Runs as Shared │ No
Start on Boot │ Yes
AMP Version │ 2.6.5.2
Release Stream │ Mainline
Data Path │ /home/amp/.ampdata/instances/ADS01
[Info/1] AMP Instance Manager v2.6.5.2 built 28/01/2026 16:01
[Info/1] Stream: Mainline / Release - built by CUBECODERS/buildbot on CCL-DEV
Instance ID │ 1d9649f2-bb33-4fef-a40b-967b27ceeb5e
Module │ GenericModule
Instance Name │ HouseMareArkSA01
Friendly Name │ HouseMareArkSA
URL │ http://127.0.0.1:8081/
Running │ No
Runs in Container │ Yes
Runs as Shared │ No
Start on Boot │ No
AMP Version │ 2.6.5.2
Release Stream │ Mainline
Data Path │ /home/amp/.ampdata/instances/HouseMareArkSA01
So, Because I can’t post a workaround to this issue until someone else responds, I will just post it here.
On the Ark instance, go to the Run in docker settings. Then toggle that switch and save. The system may want to restart the backend. After that, revert the switch to the original settings and save. It seems that during the move/recreation of the backend, it does get updated.