当前位置:网站首页>Remotely access the local website of services such as neo4j on the ECS
Remotely access the local website of services such as neo4j on the ECS
2022-07-28 07:05:00 【ithicker】
Use Tencent cloud server to install Neo4j, Its server starts on the 7474 On port , The service is in http://localhost:7474, Because of the command line form used , We can use the command line to control the browser to access the fixed website , And return, but it may need additional software, which is not beautiful , How can we directly access the services on the ECS through our local browser
Find the server's Internet address and port
Visit the website from the ECS extranet :124.467.351.788( hypothesis )
Service port :7474
Visit website :http://124.467.351.788:7474
Set port opening in ECs security group

Open the firewall port in the command line
sudo /sbin/iptables -I INPUT 1 -p TCP --dport 5901:5910 -j ACCEPT
Open the browser , Visit the first step to generate a web address

边栏推荐
- Ubuntu MySQL setting remote access permissions
- 视频格式基础知识:让你了解MKV、MP4、H.265、码率、色深等等
- DOM -- page rendering, style attribute operation, preloading and lazy loading, anti shake and throttling
- PXE无人值守安装管理
- Three cache technologies -- localstorage, sessionstorage, cookies
- shell脚本——“三剑客”之awk命令
- [learning notes] tool
- 在转化词向量之前先转化为AST再转化为词向量的实现方法
- Blue bridge code error ticket
- MOOC翁恺 C语言 第三周:判断与循环:1.判断
猜你喜欢

Bond mode configuration

Esxi arm edition version 1.10 update

Group management and permission management

Custom component -- pure data field & component life cycle

Custom components -- slots

MOOC Weng Kai C language week 8: pointer and string: 1. Pointer 2. Character type 3. String 4. String calculation

Custom components -- styles

防火墙——iptables防火墙(四表五链、防火墙配置方法、匹配规则详解)

Custom component -- communication between parent and child components

PXE无人值守安装管理
随机推荐
---Stack & queue---
Starting point Chinese website font anti crawling technology web page can display numbers and letters, and the web page code is garbled or blank
Custom component -- pure data field & component life cycle
[learning notes] coding ability
VLAN的配置
shell---sed语句练习
SSH service configuration
Forward and backward slash notes
win下安装nessus
Software testing (concept)
JSON notes
NAT-网络地址转换
PXE无人值守安装管理
On cookies and session
MOOC Weng Kai C language week 7: array operation: 1. array operation 2. Search 3. preliminary sorting
As a result, fill in the birthday candles
Small turtle C (Chapter 5 loop control structure program 567) break and continue statements
bond模式配置
Group management and permission management
Iptables firewall