All Projects → remoteit → installer

remoteit / installer

Licence: other
remote.it command line installer tool

Programming Languages

shell
77523 projects
typescript
32286 projects

Projects that are alternatives of or similar to installer

Remmina
Mirror of https://gitlab.com/Remmina/Remmina The GTK+ Remmina Remote Desktop Client
Stars: ✭ 1,705 (+8019.05%)
Mutual labels:  rdp, vnc
linux-remote-desktop
Linux based secure, open source, multi-tenant environment for remote work.
Stars: ✭ 89 (+323.81%)
Mutual labels:  remote, rdp
Premotem
Personal Remote Manager
Stars: ✭ 161 (+666.67%)
Mutual labels:  rdp, vnc
Guacamole
Guacamole是无客户端的远程桌面网关。它支持VNC,RDP和SSH等标准协议。 我们称之为无客户端,因为不需要插件或客户端软件。 感谢HTML5,一旦Guacamole安装在服务器上,您访问桌面所需的全部功能就是一个Web浏览器。
Stars: ✭ 99 (+371.43%)
Mutual labels:  rdp, vnc
Ip Kvm Interface
DIY IP-KVM for Remote Desktop Access
Stars: ✭ 62 (+195.24%)
Mutual labels:  remote, vnc
Guacamole Lite
NodeJS replacement for guacamole-client (server-side Java servlet). Guacamole is a RDP/VNC client for HTML5 browsers.
Stars: ✭ 114 (+442.86%)
Mutual labels:  rdp, vnc
Chameleon
Customizable honeypots for monitoring network traffic, bots activities and username\password credentials (DNS, HTTP Proxy, HTTP, HTTPS, SSH, POP3, IMAP, STMP, RDP, VNC, SMB, SOCKS5, Redis, TELNET, Postgres and MySQL)
Stars: ✭ 230 (+995.24%)
Mutual labels:  rdp, vnc
seahorse
ELKFH - Elastic, Logstash, Kibana, Filebeat and Honeypot (HTTP, HTTPS, SSH, RDP, VNC, Redis, MySQL, MONGO, SMB, LDAP)
Stars: ✭ 31 (+47.62%)
Mutual labels:  rdp, vnc
Ipban
IPBan Monitors failed logins and bad behavior and bans ip addresses on Windows and Linux. Highly configurable, lean and powerful. Learn more at -->
Stars: ✭ 652 (+3004.76%)
Mutual labels:  remote, rdp
Simpleremote
Remote Administration Tools
Stars: ✭ 504 (+2300%)
Mutual labels:  remote, rdp
Openiothub
💖A free IoT (Internet of Things) platform and private cloud. [一个免费的物联网和私有云平台,支持内网穿透]
Stars: ✭ 371 (+1666.67%)
Mutual labels:  rdp, vnc
docker-chromium
Docker container with Chromium desktop and a Web VNC client allowing you to run Chromium on any server you have
Stars: ✭ 64 (+204.76%)
Mutual labels:  remote, vnc
docker-images
Kali and Parrot OS docker images accessible via VNC, RDP and Web
Stars: ✭ 66 (+214.29%)
Mutual labels:  rdp, vnc
Next Terminal
Next Terminal是一个轻量级堡垒机系统,易安装,易使用,支持RDP、SSH、VNC、Telnet、Kubernetes协议。
Stars: ✭ 2,354 (+11109.52%)
Mutual labels:  rdp, vnc
guacamole-auth-jwt
Guacamole authentication extension based on JWT.
Stars: ✭ 28 (+33.33%)
Mutual labels:  rdp, vnc
Brutedum
BruteDum - Brute Force attacks SSH, FTP, Telnet, PostgreSQL, RDP, VNC with Hydra, Medusa and Ncrack
Stars: ✭ 212 (+909.52%)
Mutual labels:  rdp, vnc
Docker Idrac6
iDRAC 6 web interface and VNC proxy
Stars: ✭ 373 (+1676.19%)
Mutual labels:  remote, vnc
Git Repo Watcher
A simple bash script to watch a git repository and pull upstream changes if needed.
Stars: ✭ 73 (+247.62%)
Mutual labels:  daemon, remote
RabbitRemoteControl
Remote control. Support VNC, RDP, Terminal, SSH, TELNET etc
Stars: ✭ 82 (+290.48%)
Mutual labels:  rdp, vnc
terraform-remote-state
A Terraform module that configures an s3 bucket for use with Terraform's remote state feature
Stars: ✭ 21 (+0%)
Mutual labels:  remote

remote.it Installer

Please note, the connectd package is deprecated and not recommended for new installs.

CircleCI

System tools for setting up remote.it on your internet connected devices.

Install

All types of Linux

The easiest way to install remote.it on a Linux system is to run the following on the command line:

curl -LkO https://raw.githubusercontent.com/remoteit/installer/master/scripts/auto-install.sh
chmod +x ./auto-install.sh
sudo ./auto-install.sh

This script tests all available daemon architectures, then downloads a compatible package. If your system is Debian based, a deb package file will be downloaded and installed. Otherwise a tar file is downloaded and installed.

Now you should have the connectd tools installed on your system. To run the installer, type:

sudo connectd_installer

And follow the interactive prompts to setup your device.

Notes for developers

  1. The connectd folder contains the source files for the Debian and tar package creation process.
  2. scripts/build.sh is the script which handles building all packages.

Available Characters

remote.it is able to handle only ASCII characters. Japanese, including Kanji, is not available.

For example, the name of the install folder, hardware ID, registration key, information used for bulk registration in web portal can use only ASCII.

Development

Get latest connectd and schannel daemon

Make sure you have node installed and then run:

npm run download-assets

This will download the latest connectd and Server Channel release assets from Github and place them in ./assets.

Make a build

To generate a build, you must first be on a Linux system, then run the following:

npm run build-one
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].