SuprBay: The PirateBay Forum

Full Version: Arlecho's ScreenConnect 6 releases
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
under Admin > licenses, does it make sense that its asking me to buy licenses? What, if any are the limitations here? Is it unlimited access sessions and unlimited concurrent sessions also?
Yes the crack from Arlecho allows unlimited access sessions and unlimited concurrent sessions
(Jul 24, 2019, 09:35 am)raines44 Wrote: [ -> ]Yes the crack from Arlecho allows unlimited access sessions and unlimited concurrent sessions
ok but to confirm it make sense that its asking me to buy licenses on the license screen right? Blush
Can anyone help me settle this? Also why isnt it showing my IP URL there. This normal for hacked version?

<img src="https://i.imgur.com/t6dm0Ng.png">
(Jul 24, 2019, 19:49 pm)iscream Wrote: [ -> ]Can anyone help me settle this? Also why isnt it showing my IP URL there. This normal for hacked version?

<img src="https://i.imgur.com/t6dm0Ng.png">
Not to worry isceam. This is normal for the patched version. If you want to keep tabs on your website being accessible, I would recommend using a free uptime monitor, a website screenshot tool, or your cell phone on data.
silly question but how do i get it available over wan not just internal on 8040?

to calrify, domain is up already and can see it but only with mydomain:8040. I want mydomain.com to go straight to it. Ports are forwarded already.
(Jul 24, 2019, 20:01 pm)iscream Wrote: [ -> ]silly question but how do i get it available over wan not just internal on 8040?

to calrify, domain is up already and can see it but only with mydomain:8040. I want mydomain.com to go straight to it. Ports are forwarded already.
If you purchased a domain name, add a dns record that points you your public IP address. Your port forwarding will take care of the rest. The name you looking at is most likely the machine hostname and not the public DNS name. Domain names cost about $12-15 a year. I got mine from cloudflare.
I have a domain already and its pointing to my public IP. I can only get to the SC page by using mydomain.com:8040
(Jul 24, 2019, 20:30 pm)iscream Wrote: [ -> ]I have a domain already and its pointing to my public IP. I can only get to the SC page by using mydomain.com:8040
Your web.config should look something like this. That way the site can be accessed by IP Address,Hostname, and Domain name.
Code:
    <add key="WebServerListenUri" value="http://+:8040/" />
    <add key="WebServerAddressableUri" value="http://mywebsite.com:8040" />
    <add key="RelayListenUri" value="relay://+:8041/" />
    <add key="RelayAddressableUri" value="relay://mywebsite.com:8041/" />
do i have to add those? The only one i see in there is

<add key="WebServerListenUri" value="http://+:8040/" />