You could edit the database.
If you examine the table "launcher_zones" you will find 3 fields, launcher, zone, and port. I'm not sure what else could be added for the launcher filed, but "zones" works well. The example below would add a static zone for Freeport East on port 7001.
Code:
INSERT into launcher_zones VALUES ('zones','freporte',7001)