Application Deployment - admin:[object Object] is not a propper password

System Information

Field Value
Operating System Windows - Windows 11 Home on x86_64
Product AMPService ‘Phobos’ v2.6.0.6 (Mainline)
Virtualization None
Application Application Deployment
Module ADSModule
Running in Container No
Current State Indeterminate

Task

trying to make service login password

Problem Description

Issue

after trying to make service login, it gives me a password of “admin:[object Object]” admin can be replaced with any user name we try. Also if click the phone login it does not generate the image either, I am aware these two issues are related. I need to turn on passthru for rcon and need to use the service login token for this, and am unable to get it. I am on windows 11(have a server on order) and am using amp v2.6.0.6. running some rust servers.

Reproduction Steps

  • open user panel
  • click service login
  • type name for service login

Try clearing your browser cache

1 Like

I have, as well as used dif browsers, and had my other admin try from their machines across the country, and I deleted everything and reinstalled as well. I asked on discord as well and it was pointed out that that there was github issues tracking something, but I could not find so I posted here. our server should be here any day, and we shall see if I have the same issue after setting things up on the new machine.(however I will be on windows server, where as now I am on win 11).

I have a support thing on the discord titled 'service login password) Not sure what to do moving forward, hoping will work better on a dif machine perhaps, or is it possible to install an older version of amp? buddy of mine has not updated his and this function still works on his win 11 machine.

The same people on the discord tend to answer here, so posting again won’t really get you that much extra info
(according to that post, you were told by Ice that there’s no workaround, so I’d trust that statement)

1 Like

thx, i was def trusting what was said, thought i was supposed to post here for the tracker thing since I was unable to find anything on it this week on my searches, ah well. not sure if this was an issue that just sprang up, or has been one for months. ill try to keep an eye on here and everywhere, still not sure to where to find anything related to this to watch and look , I shall start looking a dif direction then i guess for now instead of reaching out again.

Ah, I getcha. Bugs/issues are tracked in this GitHub repo: https://github.com/CubeCoders/AMP/issues

1 Like

right on thank you I shall look in there a bit, the largest reason I needed to do this, was because for the game rust, amp seems to filter the rcon messages, and the chat stuff is missing from rcon, which means my bot cant scrap what it needs for posting to discord.( I do have a discord extension running with the game server, and a plugin that is sending what I need to discord threw web hooks, for the time being) the end goal, would be to remove these plugins from the game, and only use rcon with the bot to grab what it needs. and from what I can tell, I need to have rcon passthru on, and need the service login key on my bot instead of the normal games rcon password, to be able access everything it needs thru rcon.

Everything shows up in rcon when not using the current amp. my buddy has an older amp installed, not sure if he did the updates, but his button works lol

if that makes sense lol

Was looking at some older versions, but until the new server shows up I dont want to keep shutting down the servers trying get this going,

Ah fair enough yeah.
If you wrote the scraping bot yourself, you could see about using the AMP API to gather the console messages (if they’re available in the web console, the API can see them too).
Got some pinned info on the discord here

1 Like

i will check that out, thank you much :slight_smile:
fwiw looking at console in amp, i dont see any user messages. I did not write the scraping bot, but its ultimate rcon+ and i bought it. both this, and normal rust admin rcon can display the messages when not running servers through amp, just in amp it gets filtered out even in amp console and in amp logs as far as I can tell. I know rust wants to be web rcon and I think this uses source rcon, and that throws a wrench in that as far as I can tell, which was why looking to do passthru.

My understanding, is that it rcon gets filtered in amp, and what I need to show up is getting filtered out. I am using better chat plugin with rust, and even with what regex does to the chat, it still all shows in console and logs to discord(as well as logs perm changes, and few other things besides chat that does not show up) when not using amp.

I’m not sure if the service login button for the token is a platform specific bug or on across all platforms, but when our server shows up after the holidays I was planning on using windows server, but I am temped to run linux

AMP reads the log lines/RCON output, but also passes them to the console, so you could be right in it being the different RCON setup. I don’t use Rust at all, so I can’t really speak on that topic for sure.

Imo Linux is great to run game servers on, but you would want to do some research to see if the games you run can be migrated between operating systems, as some games have a hard time with that, unless Rust uses wine with AMP, in that case it might work fine? (not 100% sure on that front however)

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.