Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewiski committed Apr 18, 2024
1 parent 74e1567 commit ddc8979
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,23 @@ curl -H 'Cache-Control: no-cache, no-store' -sL https://raw.githubusercontent.co
nano /home/$USER/uisptools/config/config.json
```
### Step 6: Open the UISP-Tools in your browser
### Step 6: Open the UISP-Tools in your browser, login using your UISP NMS credentials, note that the single login will allow you to login using CRM but not give you access to the ADMIN tools.
```
http://<your-uisptools-hostname>:46080
```
## To Upgrade UISP-Tools run the installUispToolsStandAlone.sh script with the -upgrade flag
```
./installUispToolsStandAlone.sh -alias uisptools -googleapikey "AIAASSSrB1Ek-000000-0000000" -installdir "/home/$USER/uisptools" -httpport 46080 -httpsport 46443 -nocreateuser -upgrade
```
## Optional Install NGIX to handle SSL and Reverse Proxy
```
sudo apt-get install nginx
sudo nano /etc/nginx/sites-available/uisptools
```
```

#Method Two (Self Hosted Only) Running Inside of UISP Docker Compose by Injecting the UISP Tools Docker Containers into the UISP Docker Compose

## How does it work?
Expand Down

0 comments on commit ddc8979

Please sign in to comment.