The standard config.tcl should work out of the box, but you may need to change:
#set address …
set address 0.0.0.0
(and restart aolserver)
Find out your ip-address. Type:
ifconfig
Then:
http://ip-address:8000
If it doesn’t work you should read the end of the error.log to find out what goes wrong.
tail –300 /var/lib/aolserver/service0/log/error.log
tail –100 /var/lib/aolserver/service0/log/service0.log
Always provide extensive information if you post these kind of questions: about what you have done, tried, searched, etcetera, but especially what's in the error.log (and in this case the config.tcl).