| 177 | |
| 178 | * Reboot the server to test whether automatic start of the service works. |
| 179 | * After the system has rebooted, log in with the same account and test the service locally: |
| 180 | * Access the root URL {{{http://127.0.0.1:5000}}} with a web browser, or the command line tool {{{curl}}}, if the server has no GUI. You should see a simple //dj//**AI** welcome page. |
| 181 | * If you get an error, either the service isn't running or the traffic on the port is blocked by a firewall even on the server itself. |
| 182 | * If you see the welcome page, you should be able to use the client on the (Windows) machine where the service runs. |
| 183 | * If you've installed on a server and if you can access the service locally on the server, try opening the server root address in a web browser on another machine. |
| 184 | * If you see the welcome page, you should be able to use the client on the machine where you tested with the browser. |
| 185 | * Otherwise, check firewall settings or try pinging the server to resolve the issues. Contact your IT support for assistance, if you lack the permissions to do so yourself. |
| 186 | |
| 187 | |
| 188 | == djAI client installation |
| 189 | |