This guide is primarily for my own personal use but may help others who have a similar setup(?).

Meteor Server

  • Starting the server on (a specific port, like 3000 (default), 3001, or 80)
    meteor --port 80
  • If having issues starting up:
    • make sure that the Firewall allows you to listen on that port
    • Make sure that nobody else is already using that port
    • Might need to run
      • $ ps aux
      • kill ##### (PID)
      • of anything that is related to meteor from your own username
      • Also note that port 80 requires sudo