Admin login AMP

OS Name/Version:
v2.5.0.12 and now the same on:
AMP Release “Callisto”
v2.5.0.14, built 14/06/2024 03:45

Problem Description:
When I restart my server completely using SSH with the command sudo reboot , AMP forgets my login credentials. As a result, I have to log back in via SSH, execute sudo su -l amp , and reconfigure my login details from scratch. Why does AMP not retain these credentials?

I’ve never seen that happen before. Just a hunch, but is your system out of disk space per chance?

yeah i look at the form and no one is have a admin problem so…
and Iam not out of space.

What happens if you simply restart the ampinstmgr service?

Then i can login np at all.
Its only happens on full reboot.

Disable the ampinstmgr service entirely, take an md5sum of UserInfo.json - then reboot the system and check it again.

If the md5sum changes, something external to AMP is modifying your system.

found it :slight_smile:

Edited the systemd service file
/etc/systemd/system/ampinstmgr.service to change:

```ini
ExecStart=/opt/cubecoders/amp/ampinstmgr startboot true

to:

ExecStart=/opt/cubecoders/amp/ampinstmgr startall

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