By default, VPSTrading.net server enables the VPN addon feature that uses port 80. However, some programs like Telegram Signal Copier and other similar programs might restrict this because these programs use port 80.
To be able to run your program that requires port 80, you need to release port 80. Here is an easy way to do it:
1. Go to the Command Prompt by right-clicking on the Windows Menu at the bottom left of your server, and select RUN.
2. Type 'cmd' and then click OK or Enter.
3. In cmd, type the following: net stop http
Microsoft Windows [Version 6.3.9600] (c) 2013 Microsoft Corporation. All rights reserved. C:\Users\Administrator>net stop http The following services are dependent on the HTTP Service service. Stopping the HTTP Service service will also stop these services. Windows Remote Management (WS-Management) World Wide Web Publishing Service Routing and Remote Access Do you want to continue this operation? (Y/N) [N]:
There are 3 services that will be stopped in this operation, namely Windows Remote Management (WS-Management), World Wide Web Publishing Service, & Routing and Remote Access.
4. Type 'Y' and press Enter to run.
This operation is not permanent; the services will restart by default if the server reboots. If you need to disable the services permanently, here are the steps:
1. Go to Services (Local), right-click on the Windows Menu at the bottom left of your server, select RUN. Then type 'services.msc'
2. A list of services on your server will appear. Find the 3 services mentioned above, namely Windows Remote Management (WS-Management), World Wide Web Publishing Service, & Routing and Remote Access. Click on each service, double click then click Stop if the service is active, and then in the Startup type: Disable
3. Click OK to confirm. DONE
After performing the steps above, port 80 on the server will be released and you can use it to run the program you need. If you encounter any difficulties, contact our support for further assistance.