Conveyor can be installed directly from Visual Studio.
Watch the video or follow the steps below.
The "Access over internet" tunnel service has it's own properly trusted certificate, so no setup is necessary. However, the Remote URL (for access over the LAN) runs with a self-signed certificate. To properly access the Remote URL from other machines/devices you just need to install Conveyor's CA certificate on your device, please click the certificate icon in the URL grid for instructions.
Technical support is available by emailing support@conveyor.cloud
Unless you already have .NET 6+ (Runtime or SDK):
Download and install it from the .NET download page under ".NET Runtime 6.x.x"
Or run in an administrator command prompt
winget install Microsoft.DotNet.Runtime.6
curl https://conveyor.cloud/win/conveyorcli.exe -o conveyorcli.exe
You can use it where you placed conveyorcli.exe or add it to your path environment variable (this opens the environment variables GUI)
rundll32 sysdm.cpl,EditEnvironmentVariables
You will need to register for a tunneling account first, if you wish to create an internet tunnel.
conveyorcli config -s
conveyorcli -p 443
...or to create a tunnel to http://localhost:80 (the extra 'i' means use http)
conveyorcli -p 80i
...or to create tunnels to http://localhost:80/, https://localhost:443/ and https://localhost:8080/
conveyorcli -p 80i,443,8080
...or to create a tunnel to https://localhost:1234 with subdomain 'abc' (if that subdomain is available and you have the appropriate tunneling plan).
conveyorcli -p 1234 -s abc
Unless you already have the .NET 6 (or higher) (Runtime or SDK) please install by running the command:
sudo apt-get update
sudo apt-get install dotnet-runtime-6.0
For x64 CPUs
wget https://conveyor.cloud/lin/conveyorcli
chmod +x conveyorcli
For ARM64 CPUs
wget https://conveyor.cloud/linarm/conveyorcli
chmod +x conveyorcli
sudo mv conveyorcli /usr/local/bin
You will need to register for a tunneling account first, if you wish to create an internet tunnel.
conveyorcli config -s
conveyorcli -p 443
...or to create a tunnel to http://localhost:80 (the extra 'i' means use http)
conveyorcli -p 80i
...or to create tunnels to http://localhost:80/, https://localhost:443/ and https://localhost:8080/
conveyorcli -p 80i,443,8080
...or to create a tunnel to https://localhost:1234 with subdomain 'abc' (if that subdomain is available and you have the appropriate tunneling plan).
conveyorcli -p 1234 -s abc
The standalone tool sits in your Windows system tray, can start automatically with Windows, and also accepts custom port mappings.
It is available only with the Pro upgrade.
Download the MSI from here however please note that you must purchase the Pro upgrade to use it.
Type "Conveyor" in the Windows search bar, or find Conveyor in the Start menu list.
Conveyor Standalone will automatically live in your system tray while it is running, use the gear icon to make it start automatically with Windows. It will also automatically detect IIS Express websites that are running, but you can also setup your own ports to forward to by clicking "Click here to add a custom port mapping" and entering the port your website is running under. Clicking "Access Over Internet" will create a public URL using the Conveyor Tunnel service.