Setup Instructions for server core does not work

I think your instructions are not ideal. At least they didn’t work out of the box for me.

Instead of
wget https://cubecoders.com/Downloads/AMPSetup.msi

I think this works better
wget "https://cubecoders.com/Downloads/AMPSetup.msi" -OutFile AMPSetup.msi

May also want to do a restart before running ampinstmgr otherwise it’s not available until the shell is restarted.

You could get this in a one liner possibly:

wget "https://cubecoders.com/Downloads/AMPSetup.msi" -OutFile AMPSetup.msi | .\AMPSetup.msi /qn | Restart-Computer

Also got a bunch of red errors about the mhttp assembly during quickstart (ampinstmgr quickstart).

Also didn’t indicate the endpoint for the control panel after quickstart completed. I assume its related to the mhttp assembly error.

Lastly, after going through the wizard in my webbrowser https://localip:8080.

AMP never came back up. A restart resolved it.

Just a little bumpy during the installation

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