Issue:
Orchid was installed to the wrong port or the port needs to be changed.
Resolution:
Operating System: Ubuntu 14.04 LTS (GUI)
1. Open a new terminal window.
2. Type 'sudo gedit' and enter the server password.
3. GEdit will open. Click 'open'. Choose 'computer' under devices on the left column. Navigate to:
/etc/opt/orchid_server.properties
Note: If you are unsure of how to edit the file, feel free to read our guides on how to edit Orchid's configuration files in Linux.
4. Add webserver.port = 81 to the end of the file, changing 81 to the port you would like Orchid set to. (eg. webserver.port = 85 for port 85).
5. Open the browser and navigate to http://localhost:2812
6. Choose 'orchid_server' and then 'restart service' at the bottom.
You should now be able to access the Orchid UI on the new port.
Operating System: Debian Jessi (Command Line)
1. Establish an SSH connection to the server by using PuTTY (http://www.putty.org/).
2. Login to the server with the server's credentials.
3. Enter the following:
sudo nano /etc/opt/orchid_server.properties
4. Add webserver.port = 81 to the end of the file, changing 81 to the port you would like Orchid set to. (eg. webserver.port = 85 for port 85).
5. Press 'Control + O', then type 'y', press enter, then 'Control + X'.
6. Type the following:
sudo service orchid restart
You should now be able to access the Orchid UI on the new port.
Operating System: Windows
1. Navigate to the following file and open it with WordPad as an administrator.
Program Files\Orchid\bin\orchid_server.properties
Note: If you are unsure of how to edit the file, feel free to read our guides on how to edit Orchid's configuration files in Windows.
2. Add webserver.port = 81 to the end of the file, changing 81 to the port you would like Orchid set to. (eg. webserver.port = 85 for port 85).
3. Open the Services Management Console, right click on 'Orchid Server' and choose restart.
You should now be able to access the Orchid UI on the new port.
For further assistance, please submit an Orchid Technical Support Request.
Comments
0 comments
Please sign in to leave a comment.