And, I presume that the Host doesn't see that Admin pages either?
I wonder if this gets most of the way through the process and then dies, and dies before it creates the Admin pages.
As a test, try to create a portal using the default template. Does that create all of the Admin pages?
Assuming that is the case, you might want to look at the XML file and look at the nodes for each page to be created. Compare those to the pages that are created and see if there is a point at which the page creation process stopped. That might at least be a clue.
Also, you might want to run your template file through an XML "validator". That might help identify any errors, such as unclosed tags, etc. There's one here:
http://www.w3schools.com/xml/xml_validator.asp. If you find errors, you may be able to fix them by editing the XML file.
[I do recall that some versions of DotNetNuke had trouble creating portals from exported templates. I don't remember when this got fixed.}