Trac:WebAdmin
A plugin is available for administering your Trac projects through the web interface. This plugin is still under development, but it already supports most of the tasks performed by trac-admin.
Warning
Note: the plugin is no longer necessary starting with version 0.11 of Trac, as it has been integrated into the core package. However don't forget to give permissions to your user. This is accomplished on the command-line (the last command shows what your permissions are). Replace <username> with the name you specified in the htpasswd file:
The rest of this page is not of interest for anyone using 0.11.x. Just refresh your page and you will see a tab in the right upper side of the page.
설치방법
$ svn export http://svn.edgewall.com/repos/trac/plugins/0.10/webadmin/ webadmin
$ cd webadmin
$ sudo python setup.py install
Enabling the Plugin
if you install the plugin globally, you'll also need to enable it in trac.ini as follows: