Welcome Nodesters!

Nodester is a free and open source Node.JS hosting PaaS. Our Web Admin Panel is coming soon. Until then, here are a few tricks to get you started.


Requesting a Coupon Code to Register

curl -X POST -d "email=your_address@gmail.com" http://nodester.com/coupon

OR CHEAT



Registering with Coupon Code

curl -X POST -d "coupon=mycoupon&user=testuser&password=123&email=chris@nodester.com&rsakey=ssh-rsa AAAAB3NzaC1yc..." http://nodester.com/user

OR CHEAT


npm install nodester-cli -g
nodester user setup <username> <password>


Launch Your Node.JS Application!

You are ready to deploy your test Hello World app with 2 commands.

nodester app create <appname>
nodester app init <appname>
http://<appname>.nodester.com