This is an experimental public test DICOM server on an Amazon EC2 instance using the PixelMed Java toolkit implementation.
It can be accessed at:
It supports C-STORE as an SCU and SCP, and C-FIND, C-MOVE and C-GET as an SCP.
With C-MOVE, since it isn't configured with your IP and port for the move destination AET, it will assume the IP from which you are sending the request, and will try a couple of different common ports including the official ones like 104 and 11112, a bit like what Dave Harvey's Medical Connections public server does.
Remember that everyone can see whatever you send it, so be sure not to include any PHI.
The PixelMed class used is com.pixelmed.server.DicomAndWebStorageServer.