The test.rebex.net
address is used for testing of Rebex components.
For more information about the components, please visit the official website at www.rebex.net.
Following services are provided on the test.rebex.net
:
Protocol | Port | Username/password | Connect with component | Server implemented using |
---|---|---|---|---|
FTP | 21 | demo/password | Rebex FTP/SSL | Microsoft IIS 7.5 |
FTP/SSL (explicit mode) | 21 | demo/password | ||
FTP/SSL (implicit mode) | 990 | demo/password | ||
SFTP | 22 | demo/password | Rebex SFTP |
Rebex Buru SFTP Server (using Rebex File Server) |
SSH | 22 | demo/password | Rebex Terminal Emulation | |
HTTPS (TLS 1.2/1.3) | 443 | – | Rebex HTTPS | Rebex TLS Proxy (with Microsoft IIS 7.5) |
IMAP | 143 | demo/password | Rebex Secure Mail | custom library |
IMAP/SSL (explicit mode) | 143 | demo/password | ||
IMAP/SSL (implicit mode) | 993 | demo/password | ||
DAYTIME | 13 | not needed | Rebex Time | |
TIME | 37 | not needed | ||
SNTP | 123 | not needed |
Notes:
- All servers are read-only. You cannot upload files, delete e-mails etc.
- FTP transfer speed is limited to 64kB/s.
- All ports numbers are default ports for given protocol.
-
SNTP – runs over UDP protocol.
DAYTIME, TIME – runs over UDP and TCP protocols.
all other protocol – runs over TCP protocol.
Tip: Run SFTP and SSH server on your machine in 3 simple steps:
- Download Buru SFTP server for Windows
- Unzip installation package
-
Configure and run the server
burusftp init burusftp user add myuser --password mypassword --rootdir c:\data burusftp run