English | Site Directory

The Administration Console

The Google App Engine Administration Console gives you complete access to the public version of your application. Access the Console by visiting the following link in your web browser:

http://appengine.google.com/

Sign in with your Google account, or create one with an email address and password.

If you are using App Engine with your Google Apps account, you can sign in to App Engine for your domain using a URL similar to the following, where your-domain.com is your Google Apps domain:

http://appengine.google.com/a/your-domain.com

You can use the Administration Console to:

  • create a new application, and set up a free appspot.com sub-domain, or a top-level domain name of your choosing
  • invite other people to be developers for your application, so they can access the Console and upload new versions of the code
  • view access data and error logs, and analyze traffic
  • browse your application's datastore and manage indexes
  • test new versions of your application, and switch the version that your users see

See Uploading an App for information about uploading your application's code using the appcfg.py command.