Permission/Multiple access to Alfresco Explorer?/Share? - alfresco

I'm newbie to Alfresco.
I've been installed it for a week and have been trying to use it. But I still confusing with it too. - -"
I've some questions for Alfresco.
- Is the Alfresco provide many user from many computer access to Alfresco Explorer at the same time? (I can access it from my pc but cannot access to Alfresco Explorer/Share from my co-worker pc)
Is the Alfresco need to configure for host permission that can access to it? (I'm log out and close my browser then try to use my co-worker pc to access it but it cannot access to Alfresco Explorer/Share.)
when request from my co-worker pc, I founded this :
ERROR
The requested URL could not be retrieved
..
..
Connection to failed.

You need not to configure anything explicitly for that. Only thing normally require is mapping machine ip with hostname but that is not mendatory.
Once you install alfresco on one machine and that machine is connected with other machines through intranet then you should be easily able to access that through the machine IP on which it is installed.
http://<machineIP>:<port>/alfresco
http://<machineIP>:<port>/share
Check weather you are able to ping your machine ip address from your coworekers machine or not if that works then you should be able to access it. through above urls.

Open command prompt at machine from which you want to reach Alfresco app on your local machine and type in
telnet <your_local_machine_IP> <app_server_port>
for example
telnet mitpatoliyaPC 8080
Until you are able to see black screen with blinker in upper left corner you don't need to think of Alfresco or any problems related to it.

Related

How to access my localhost website from my phone?

Good day to all,
I am trying to create my website locally, and perhaps access the website through my phone from the localhost. Forgive me I am just a beginner.
So I used ipconfig -all to find my IPV4 address and it was e.g
192.168.1.102
And on the ASP.net webapplication I ran, the address was:
https://localhost:44337
Hence, I was trying to access this Web Application of mine created on my PC, to be accessed on my phone. On my phone, I entered the address:
192.168.1.102:44337
I went into my firewall setting to add a new rule for inbound connection to allow all ports to be connected as well. But it still don't work. Both my PC and phone is connected to the same wifi.
Does anyone know the fix? Thank you in advance.
You might have to configure an IIS server. This tool comes default in Windows (professional?), and there's lots of good resources on how to do this, all of which do a better job of explaining the process than I could do.
Essentially, you will need to:
Publish your site (Done through visual studio or cli)
Enable and configure your IIS
Create a new website in the IIS manager and point it towards the output of your web app publish
After opening the neccessary firewall ports, check to see in which IP address your web application is running. I am assuming you are using some sort of HTTP webserver software like IIS(windows) or Apache(Linux). In IIS to do that you must go to your site bindings and where it says "IP Address", select "All Unassigned" (NOT localhost or 127.0.0.1)so that the web application runs in all network adapters and IP addresses.
See full IIS documentation here: https://learn.microsoft.com/en-us/iis/get-started/getting-started-with-iis/getting-started-with-the-iis-manager-in-iis-7-and-iis-8
Follow the guide: https://medium.com/#manujsdeveloper/debug-a-website-local-or-remote-hosted-on-an-android-mobile-device-ff2c43527be1
You will need to set your phone in developer mode and get the OEM USB driver specific for your phone. and get a ADB running on your computer
I suggest supplement your knowledge with with links below, as some things are left out in the above guide and vice versa:
https://developer.android.com/studio/command-line/adb
https://developers.google.com/web/tools/chrome-devtools/remote-debugging

Give access to other device in the network

I am trying to build a website using Open Journal Systems (OJS).
XAMMP and OJS are already installed in the PC. Now I need other people (decision makers) to see it in the front end using their device (another PC, mobile phone). How can I configure this? Thank you.
You use the tools:ngrok
https://ngrok.com/
You can proxy your localhost on the console by: ./ngrok http 80
then you will get a external domain your user can access it.

Accessing a GCE Windows Sever 2019 VM from the browser using its IP address

I have a Compute Engine instance running a Windows Server 2019 OS which has SAGE Premium 2020 installed. I am trying to access the files and folders of this server through HTTP and HTTPS from the browser.
Sadly I am a layman when it comes to all this. What I want to achieve is to be able to go to the server's IP address (which I have made static) from the browser, i.e. 12.34.56.79 and to be able to log in and access the C:\ drive so I can have access to the contents of the drive.
Any help in getting this done will be 100% appreciated.

How to view webpage on my server from another computer?

I have a web application I have developed on a server on my home computer. Is it possible to access that web page from another computer on my home network?
My naive approach was just enter my ip address followed by the port number :8888 which the server is listening on...
Any help would be great thank you.
I don't know if it will help but you can use an ssh connection to your computer. But you need to do it from a shell (from terminal on a mac, use putty on a PC)
In the end it was easier to set up remote access to the server by setting up port-forwarding on my router and using no-ip for DNS management. They have a decent walkthrough to get it all up and running. So i simply have to type in my-address.no-ip.org to access my site from any remote device.
Otherwise the links to questions on superuser that Sampo posted are worth a try.

Cannot access web application (Internet Explorer Can Not find this Page) remotely

I have Deployed my Asp.net web application on IIS 7.0 on localMachine(Server) and it is working fine there.
But when i try to access it from other machine in LAN, It gives me error that, 'Internet Explorer Can Not find this Page.'
I am accessing it on terminals using server name address and also tried using IP address.
Even I have Shared the Application Folder in network.
Check the Windows Firewall on your Vista PC. You need to let TCP port 80 through.
Make sure that you enable the firewall and bind to IP addresses other than localhost.
You don't need to and should not share the application folder.
This is a security risk as people on the network will be able to access the source code of the application. Also, it won't help with the problems you're having because a network share is not accessed over HTTP and so will never hit IIS and your web application. So you can turn off sharing for the folder and be safe in the knowledge that this isn't the issue.
Next, check your windows firewall and make sure incomming web trafic is allowed ("http" or "port 80").
Next I would have a look at the host headers that the site is running on.
Then maybe update your question with more detail.
Greg
You may also want to ensure that IIS is listening on the correct IP Address. This problem can occur if you switch from a LAN connection to a wireless connection (for example when taking a work laptop home).
To Check this, open inetmgr and right-click on the 'Default Web Site' node. Verify that the IP Address entry is set to the current IP of your machine.

Resources