Hosting the MetaMe API on a different port involves setting up appropriate permissions, then updating the --url
parameter in the settings.
E.g. to setup MetaMe API on port 9000, open command prompt in Administrator mode and run the following :
netsh http add urlacl url=http://+:9000/ user=\Everyone
Note the trailing slash at the end of the url
Check that your new permission has been setup appropriately by running the following:
netsh http show urlacl
Check that your new entry is on the list.
--url
settingOpen up MetaMe > Settings > General and modify the --url
setting. See this guide for more details.
After restarting, MetaMe should be hosted on the new port